Skip to content

Commit 741b956

Browse files
chore: ensure benchmark runs on node v15
1 parent 530e807 commit 741b956

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
13+
- name: Setup Node.js
14+
uses: actions/setup-node@v1
15+
with:
16+
node-version: 15
1417
- run: npm ci
1518
- run: npm run asbuild:untouched
1619
# Run benchmark with `go test -bench` and stores the output to a file

0 commit comments

Comments
 (0)