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 52aa4a6 commit 9f5bd51Copy full SHA for 9f5bd51
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v5
13
- name: Use Node.js 22
14
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
15
with:
16
node-version: 22
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