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 977eea4 commit 4ab898bCopy full SHA for 4ab898b
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
fetch-depth: 0
39
- uses: actions/setup-node@v3
40
with:
41
- node-version: 18
+ node-version: 20
42
registry-url: 'https://registry.npmjs.org'
43
cache: 'npm'
44
- run: npm ci
.github/workflows/test.yml
@@ -27,17 +27,3 @@ jobs:
27
run: |
28
node -v
29
npm run test
30
- - uses: actions/setup-node@v3
31
- with:
32
- node-version: 16
33
- - name: Test on Node 16
34
- run: |
35
- node -v
36
- npm run test
37
- node-version: 14
- - name: Test on Node 14
0 commit comments