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 4bde760 commit 650efd3Copy full SHA for 650efd3
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v3
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
26
with:
27
node-version: ${{ matrix.node-version }}
28
- run: npm version
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
fetch-depth: 0
16
- name: Setup Node.js
17
18
19
node-version: 17
20
- name: Install dependencies
0 commit comments