Skip to content

Commit b747f75

Browse files
authored
Update node.js.yml
1 parent 98e88a9 commit b747f75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: actions/setup-node@v2
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '16'
19+
node-version: '22'
2020
cache: 'npm'
2121
- run: npm install
2222
- run: npm run build-mode -- --mode production

0 commit comments

Comments
 (0)