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 724f3d6 commit ad9c8a0Copy full SHA for ad9c8a0
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v4
21
- name: Use supported Node.js Version
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
23
with:
24
node-version: ${{ matrix.node-version }}
25
- name: Restore cached dependencies
.github/workflows/publish-release.yml
@@ -24,7 +24,7 @@ jobs:
26
27
28
29
node-version: 22
30
0 commit comments