Skip to content

Commit 4d12fc2

Browse files
committed
ci: update actions/setup-node to latest
and replace Node 21 with 22.
1 parent 4ca86d2 commit 4d12fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, 18.x, 20.x, 21.x]
15+
node-version: [16, 18, 20, 22]
1616

1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm install

0 commit comments

Comments
 (0)