Skip to content

Commit

Permalink
Merge pull request #252 from jmetev1/update-node-to-18
Browse files Browse the repository at this point in the history
build: update node in circle and nvmrc
  • Loading branch information
BBlackwo authored May 24, 2023
2 parents a20cec8 + 44b5967 commit ce3f480
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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:16.15.1
- image: cimg/node:18.16.0

jobs:
install-lint-build-test:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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": "^16.11.42",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"copyfiles": "^2.4.1",
Expand All @@ -63,4 +63,4 @@
"lint-staged": {
"*.ts": "eslint --cache --fix"
}
}
}

0 comments on commit ce3f480

Please sign in to comment.