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 e6a8ab6 commit 9947893Copy full SHA for 9947893
.github/workflows/benchmark.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
node-version: [12, 14, 16]
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
with:
26
persist-credentials: false
27
ref: ${{github.event.pull_request.head.sha}}
@@ -46,7 +46,7 @@ jobs:
46
echo "::set-output name=BENCH_RESULT${{matrix.node-version}}::$content"
47
48
# main benchmark
49
50
51
ref: 'master'
52
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
os: [macos-latest, ubuntu-latest, windows-latest]
20
- name: Use Node.js
uses: actions/setup-node@v2
0 commit comments