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 6b4ad49 commit a338de1Copy full SHA for a338de1
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: Checkout
8
uses: actions/checkout@v5
9
- name: Use Node.js
10
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
11
with:
12
node-version: 20
13
cache: 'npm'
.github/workflows/RELEASE.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
0 commit comments