We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1956894 commit 1ac8ab2Copy full SHA for 1ac8ab2
.github/workflows/main.yml
@@ -13,10 +13,10 @@ jobs:
13
name: Main
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@master
17
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
18
with:
19
- node-version: 20
+ node-version: 22
20
- run: npm ci
21
- run: npm run lint
22
- run: npm run build
0 commit comments