Skip to content

Commit

Permalink
Merge pull request #311 from mrmlnc/TRIVIAL_update_configs
Browse files Browse the repository at this point in the history
TRIVIAL: use node@16 for tests
  • Loading branch information
mrmlnc authored May 5, 2021
2 parents ffff3ec + aa3aadd commit 226a495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup environment
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- name: Install dependencies
run: npm install
- name: Compile sources
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup environment
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- name: Install dependencies
run: npm install
- name: Compile sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [8, 10, 12, 14, 15]
node_version: [8, 10, 12, 14, 16]
os:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit 226a495

Please sign in to comment.