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.
1 parent e807dfc commit a7cbb6dCopy full SHA for a7cbb6d
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
# fetch full history so things like auto-changelog work properly
28
fetch-depth: 0
29
- name: Use Node.js ${{ env.node_version }}
30
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
31
with:
32
node-version: ${{ env.node_version }}
33
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
0 commit comments