We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ccf8f commit eedf911Copy full SHA for eedf911
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
11
- uses: actions/setup-node@v4
12
with:
13
- node-version: 14
+ node-version: 22
14
15
- run: npm ci
16
- run: npm test # Test the code itself
.github/workflows/daily-main-check.yml
@@ -13,7 +13,7 @@ jobs:
17
18
19
.github/workflows/npm-publish.yml
@@ -15,7 +15,7 @@ jobs:
- node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
20
21
0 commit comments