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 b28db0b commit 1d4d665Copy full SHA for 1d4d665
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: ['18', '20']
17
name: Test (node ${{ matrix.node-version }}.x)
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v4
22
with:
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
env:
12
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
13
14
15
- name: Use Node.js
0 commit comments