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 4d7afa0 commit 2067ff9Copy full SHA for 2067ff9
.github/workflows/js-lint.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
21
with:
22
cache: npm
23
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
persist-credentials: false
29
30
31
32
33
node-version: ${{ matrix.node-version }}
34
.github/workflows/spelling.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v5
12
13
- name: Set up Node.js
14
15
16
0 commit comments