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 9b76359 commit e407b38Copy full SHA for e407b38
.github/workflows/benchmark-compare-serial.yml
@@ -18,7 +18,7 @@ jobs:
18
mainRef: "main"
19
steps:
20
- name: Set up Node.js
21
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
22
with:
23
node-version: ${{ env.nodeVersion }}
24
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
persist-credentials: false
42
43
- name: Use Node.js
44
45
46
node-version: ${{ matrix.node-version }}
47
check-latest: true
0 commit comments