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 27cd9f2 commit 6728053Copy full SHA for 6728053
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- name: Use supported Node.js Version
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
17
with:
18
node-version: ${{ matrix.node-version }}
19
- name: Restore cached dependencies
.github/workflows/publish-release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
node-version: 22
30
0 commit comments