Skip to content

Commit

Permalink
chore: upgrade ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
omichelsen committed Jul 13, 2024
1 parent 348b638 commit 10407c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20
- run: npm ci
- run: npm test

Expand Down

0 comments on commit 10407c3

Please sign in to comment.