Skip to content

Commit 8796d7e

Browse files
committed
Update github actions node version
1 parent 461713c commit 8796d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodelint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 18
16-
- run: npm install -g npm@8
15+
node-version: 22
16+
- run: npm install -g npm@10
1717
- run: npm ci
1818
- run: npm run ci-lint

0 commit comments

Comments
 (0)