We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e340265 commit 0e98302Copy full SHA for 0e98302
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v2
14
with:
15
- node-version: 14.16.1
+ node-version: 16.17.0
16
registry-url: https://registry.npmjs.org/
17
- run: yarn
18
- run: yarn publish --access public
package.json
@@ -14,5 +14,9 @@
"eslint-plugin-unused-imports": "2.0.0",
"prettier": "2.7.1",
"typescript": "4.8.3"
+ },
+ "volta": {
19
+ "node": "16.17.0",
20
+ "yarn": "1.22.19"
21
}
22
0 commit comments