Skip to content

Commit

Permalink
fix: use node 16 in ci bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Apr 25, 2021
1 parent 73e6a0e commit 77e7f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install Modules
run: npm i
- name: Run Benchmark
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install Modules
run: npm i
- name: Run Benchmark
Expand Down

0 comments on commit 77e7f94

Please sign in to comment.