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 c838ee9 commit acbd284Copy full SHA for acbd284
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
# fetch full history so things like auto-changelog work properly
25
fetch-depth: 0
26
- name: Use Node.js ${{ env.NODE_VERSION }}
27
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
28
with:
29
node-version: ${{ env.NODE_VERSION }}
30
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Use Node.js ${{ matrix.node }}
21
22
23
node-version: ${{ matrix.node }}
- run: npm i
0 commit comments