Skip to content

Commit

Permalink
chore: update CI workflows to only test on supported Node releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Apr 26, 2024
1 parent 8360497 commit 3c9e933
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: pnpm/[email protected]
with:
version: 7.33.7
version: 9.0.6
- uses: actions/[email protected]
with:
node-version: 20
Expand All @@ -28,12 +28,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20, 22]
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: pnpm/[email protected]
with:
version: 7.33.7
version: 9.0.6
- name: Instal Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3c9e933

Please sign in to comment.