Skip to content

Commit

Permalink
ci: upgrade to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
BBlackwo committed Jun 30, 2022
1 parent 33daee0 commit adc7966
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
defaults: &defaults
working_directory: ~/repo
docker:
- image: cimg/node:14.17.0
- image: cimg/node:16.15.1

jobs:
install-lint-build-test:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@commitlint/config-conventional": "^12.1.4",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^14.17.0",
"@types/node": "^16.11.42",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"copyfiles": "^2.4.1",
Expand Down

0 comments on commit adc7966

Please sign in to comment.