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.
2 parents dc0dc00 + f10b469 commit 0a3acd4Copy full SHA for 0a3acd4
3 files changed
.github/workflows/code-check.yml
@@ -25,7 +25,7 @@ jobs:
25
version: 6.32.x
26
27
- name: Set up NodeJS
28
- uses: actions/setup-node@v3.1.0
+ uses: actions/setup-node@v6.2.0
29
with:
30
node-version: 16.x
31
.github/workflows/pkg-test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Set up NodeJS ${{ matrix.node-version }}
17
18
19
node-version: ${{ matrix.node-version }}
20
.github/workflows/run-test.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Setup NodeJS ${{ matrix.node-version }}
41
42
43
44
cache: pnpm
0 commit comments