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 6f91d63 commit 2e939ceCopy full SHA for 2e939ce
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-node@v4
11
with:
12
- node-version: 20
+ node-version: 22
13
cache: npm
14
- run: npm ci
15
- run: npm run lint
.github/workflows/version-or-publish.yml
@@ -14,7 +14,7 @@ jobs:
16
17
18
19
20
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
- name: Install dependencies
37
run: npm ci
0 commit comments