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 349196e commit e1c3e27Copy full SHA for e1c3e27
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
# fetch full history so things like auto-changelog work properly
20
fetch-depth: 0
21
- name: Use Node.js ${{ env.node_version }}
22
- uses: actions/setup-node@v3.2.0
+ uses: actions/setup-node@v3.3.0
23
with:
24
node-version: ${{ env.node_version }}
25
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
0 commit comments