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 5ee509a commit ec9aa3bCopy full SHA for ec9aa3b
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v5
15
- name: Use Node.js
16
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
17
with:
18
node-version: 20
19
cache: 'npm'
.github/workflows/POST_RELEASE.yml
@@ -19,7 +19,7 @@ jobs:
20
21
22
23
24
node-version: ${{ matrix.node-version }}
25
.github/workflows/RELEASE.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments