Skip to content

Commit 1ac8ab2

Browse files
committed
update ci workflow actions and use node 22
1 parent 1956894 commit 1ac8ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Main
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@master
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
- run: npm ci
2121
- run: npm run lint
2222
- run: npm run build

0 commit comments

Comments
 (0)