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.
node 16
npm-publish.yml
1 parent 546e0a9 commit d43aaf7Copy full SHA for d43aaf7
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 20 # TODO: extract this to strategy.matrix, reference: https://github.com/orgs/community/discussions/26284#discussioncomment-3251198
+ node-version: 16 # TODO: extract this to strategy.matrix, reference: https://github.com/orgs/community/discussions/26284#discussioncomment-3251198
18
- run: npm ci
19
- run: npm test
20
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
- node-version: 20
+ node-version: 16
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm publish
0 commit comments