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 50bdd98 + 75d8be9 commit 13cc3e9Copy full SHA for 13cc3e9
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v5
23
24
- name: Set up Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: "npm"
.github/workflows/copilot-setup-steps.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Set up Node.js
32
33
34
node-version: "20"
35
0 commit comments