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 530e807 commit 741b956Copy full SHA for 741b956
.github/workflows/benchmark.yml
@@ -10,7 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - uses: actions/setup-node@v1
+ - name: Setup Node.js
14
+ uses: actions/setup-node@v1
15
+ with:
16
+ node-version: 15
17
- run: npm ci
18
- run: npm run asbuild:untouched
19
# Run benchmark with `go test -bench` and stores the output to a file
0 commit comments