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 74b00dd commit d11059eCopy full SHA for d11059e
.github/workflows/benchmark.yml
@@ -27,7 +27,7 @@ jobs:
27
ref: ${{github.event.pull_request.head.sha}}
28
repository: ${{github.event.pull_request.head.repo.full_name}}
29
30
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
31
with:
32
node-version: ${{ matrix.node-version }}
33
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
24
- name: Use Node.js
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
26
0 commit comments