We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6160dc + 68fba77 commit cf453b3Copy full SHA for cf453b3
1 file changed
.github/workflows/npm-publish.yml
@@ -15,6 +15,8 @@ jobs:
15
uses: actions/checkout@v3
16
- name: Use Node.js
17
uses: actions/setup-node@v3
18
+ with:
19
+ node-version: 16
20
# We're using npm to publish due to: https://github.com/yarnpkg/yarn/issues/5779
21
- run: npm ci
22
- id: publish
0 commit comments