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.
2 parents 6217ee3 + ee944e3 commit 0cbf170Copy full SHA for 0cbf170
.github/workflows/copilot-setup-steps.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v5
11
12
- name: Use Node.js
13
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
14
with:
15
node-version: 24
16
cache: 'npm'
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Node.js
17
18
node-version: '24'
19
.github/workflows/update.yml
@@ -20,7 +20,7 @@ jobs:
20
token: ${{ secrets.GITHUB_TOKEN }}
21
22
23
24
25
26
0 commit comments