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 7ec05f4 commit 311497cCopy full SHA for 311497c
.github/workflows/nodejs.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [10.x, 12.x]
+ node-version: [18.x]
20
21
steps:
22
- uses: actions/checkout@v2
.github/workflows/npmpublish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- uses: actions/setup-node@v1
with:
- node-version: 12
+ node-version: 18
- run: npm ci
- run: npm run build
- run: npm test
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
registry-url: https://registry.npmjs.org/
31
32
- run: npm publish
0 commit comments