Skip to content

Commit 5c03483

Browse files
committed
ci: update workflow
1 parent 52a087f commit 5c03483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [14, 16, 18]
17+
node-version: [18, 20, 22]
1818

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

0 commit comments

Comments
 (0)