Skip to content

Commit

Permalink
update node version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evoactivity committed Jul 7, 2023
1 parent cc1b358 commit 38e01ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bsvg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
NODE_VERSION: '14'
NODE_VERSION: '16'

jobs:
lint_and_test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ember-svg-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
pull_request:

env:
NODE_VERSION: '14'
NODE_VERSION: '16'

jobs:
lint:
Expand Down

0 comments on commit 38e01ad

Please sign in to comment.