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 3206034 commit 0965d7aCopy full SHA for 0965d7a
.github/workflows/build-bot.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Set up Node.js 22
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
17
with:
18
node-version: '22'
19
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
20
21
- name: Set up Node.js
22
23
24
node-version: 22
25
0 commit comments