We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fa8ff commit c1cbf56Copy full SHA for c1cbf56
.github/workflows/node.js.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- node-version: [12.x, 14.x, 16.x]
+ node-version: [18.x]
15
16
steps:
17
- uses: actions/checkout@v2
.github/workflows/npm-publish.yml
@@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v2
with:
- node-version: 14
+ node-version: 18
- run: npm ci
18
- run: npm run lint
19
- run: npm run build
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm publish --access public
0 commit comments