Skip to content

Commit

Permalink
Make CI use latest Ubuntu/Node
Browse files Browse the repository at this point in the history
Ideally these would stay in sync with the Dockerfile, but, that's hard.
  • Loading branch information
domenic committed Oct 2, 2023
1 parent 1343f39 commit 4290a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts
- run: npm install
- run: npm run lint
- run: npm test
Expand Down

0 comments on commit 4290a9e

Please sign in to comment.