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 0cd17b3 commit bfc3425Copy full SHA for bfc3425
.github/workflows/npm-bump.yml
@@ -25,7 +25,7 @@ jobs:
25
# fetch full history so things like auto-changelog work properly
26
fetch-depth: 0
27
- name: Use Node.js ${{ env.node_version }}
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
29
with:
30
node-version: ${{ env.node_version }}
31
# 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@v4
19
- name: Use Node.js ${{ matrix.node-version }}
20
21
22
node-version: ${{ matrix.node-version }}
23
- run: npm i
0 commit comments