We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6160dc commit 68fba77Copy full SHA for 68fba77
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