Skip to content

Commit 3c9e933

Browse files
committed
chore: update CI workflows to only test on supported Node releases
1 parent 8360497 commit 3c9e933

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/[email protected].2
15+
- uses: actions/[email protected].3
1616
- uses: pnpm/[email protected]
1717
with:
18-
version: 7.33.7
18+
version: 9.0.6
1919
- uses: actions/[email protected]
2020
with:
2121
node-version: 20
@@ -28,12 +28,12 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
node-version: [14, 16, 18]
31+
node-version: [18, 20, 22]
3232
steps:
33-
- uses: actions/[email protected].2
33+
- uses: actions/[email protected].3
3434
- uses: pnpm/[email protected]
3535
with:
36-
version: 7.33.7
36+
version: 9.0.6
3737
- name: Instal Node.js ${{ matrix.node-version }}
3838
uses: actions/[email protected]
3939
with:

0 commit comments

Comments
 (0)