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 2a3863e commit 9a47301Copy full SHA for 9a47301
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v5
13
- name: Use Node.js 24
14
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
15
with:
16
node-version: 24
17
- name: Install Dependencies
.github/workflows/nodejs.yml
@@ -14,7 +14,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
18
19
node-version: ${{ matrix.node-version }}
20
0 commit comments