Skip to content

Commit 5d8ea40

Browse files
committed
chore: update Node.js version in GitHub Actions workflow
1 parent 6280afd commit 5d8ea40

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ jobs:
77

88
runs-on: ubuntu-latest
99

10-
strategy:
11-
matrix:
12-
node-version: [8.x, 10.x, 12.x]
13-
1410
steps:
1511
- uses: actions/checkout@v1
16-
- name: Use Node.js ${{ matrix.node-version }}
12+
- name: Use Node.js 22
1713
uses: actions/setup-node@v1
1814
with:
19-
node-version: ${{ matrix.node-version }}
15+
node-version: 22
2016
- name: npm install, build, and test
2117
run: |
2218
npm install

0 commit comments

Comments
 (0)