Skip to content

Commit

Permalink
fix(ci/cd): use node 22 instead of lts keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
martendebruijn committed Jul 20, 2024
1 parent bfd53c3 commit c5f985b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: 22
- run: npm ci
- run: npm run lint

Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: 22
- run: npm ci
- run: npm run test:coverage
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c5f985b

Please sign in to comment.