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 409866c commit 46e7fc5Copy full SHA for 46e7fc5
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
- name: Setup Node.js {{ matrix.node-version }}
30
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
31
with:
32
node-version: 'lts/*'
33
@@ -54,7 +54,7 @@ jobs:
54
persist-credentials: false
55
56
- name: Setup Node.js ${{ matrix.node-version }}
57
58
59
node-version: ${{ matrix.node-version }}
60
.github/workflows/generate-readme.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Setup Node.js
26
node-version: '22'
0 commit comments