Skip to content

Commit

Permalink
[TECH] Relaxe les versions de Node.js et npm (PIX-6574)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Dec 20, 2022
2 parents 51962e3 + 1581a60 commit a6ab569
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.0
jobs:
test:
docker:
- image: cimg/node:16.14.0
- image: cimg/node:16.18.1
steps:
- checkout
- run: cat package*.json > cachekey
Expand Down
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
4 changes: 4 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"signal-jira": "node ./scripts/jira/comment-with-review-app-url.js",
"test": "jest"
},
"engines": {
"node": "16",
"npm": ">=8.13.2 <9"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.10",
"@fontsource/roboto": "^4.5.7",
Expand Down

0 comments on commit a6ab569

Please sign in to comment.