Skip to content

Commit

Permalink
chore(ci): Set default Node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed May 6, 2021
1 parent 726f94a commit 7406c2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14
NODE: 16

jobs:
benchmark:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE_COV: 14 # The Node.js version to run coveralls on
NODE_COV: 16 # The Node.js version to run coveralls on

jobs:
run:
Expand All @@ -22,7 +22,7 @@ jobs:
- 10
- 12
- 14
- 15
- 16

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14
NODE: 16

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Expand Up @@ -6,7 +6,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14
NODE: 16

jobs:
deploy:
Expand Down

0 comments on commit 7406c2b

Please sign in to comment.