Skip to content

Commit

Permalink
Upgrade development Node.js to v18 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Nov 13, 2022
1 parent 95ba0a4 commit e8aa0ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,16 @@ jobs:
test-node16:
executor:
name: node
version: '16.14.2' # Specify LTS version for development
version: '16.18'
steps:
- prepare
- lint
- test

test-node18:
executor:
name: node
version: '18.12.1' # Specify LTS version for development
steps:
- prepare
- lint
Expand All @@ -128,3 +137,6 @@ workflows:
- test-node16:
requires:
- audit
- test-node18:
requires:
- audit
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
18.12.1

0 comments on commit e8aa0ac

Please sign in to comment.