Skip to content

Commit

Permalink
update to LTS node (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizthegrey committed Jul 9, 2023
1 parent 1b656c5 commit 4fa7f00
Show file tree
Hide file tree
Showing 6 changed files with 2,286 additions and 2,270 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
parameters:
node-version:
type: string
default: "19.9.0"
default: "20.4.0"
jobs:
deploy:
docker:
Expand All @@ -29,25 +29,25 @@ workflows:
version: << pipeline.parameters.node-version >>
pkg-manager: yarn-berry
run-command: jest -i
cache-version: v4
cache-version: v5
name: jest
- node/test:
version: << pipeline.parameters.node-version >>
pkg-manager: yarn-berry
run-command: ci-pretty-check
cache-version: v4
cache-version: v5
name: pretty-check
- node/test:
version: << pipeline.parameters.node-version >>
pkg-manager: yarn-berry
run-command: ci-lint
cache-version: v4
cache-version: v5
name: lint
- node/test:
version: << pipeline.parameters.node-version >>
pkg-manager: yarn-berry
run-command: build
cache-version: v4
cache-version: v5
name: build
- deploy:
requires:
Expand Down
877 changes: 0 additions & 877 deletions .yarn/releases/yarn-4.0.0-rc.45.cjs

This file was deleted.

881 changes: 881 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.48.cjs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.0-rc.45.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.48.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@
}
},
"engines": {
"node": "19.9.0",
"yarn": "4.0.0-rc.45"
"node": "20.4.0",
"yarn": "4.0.0-rc.48"
},
"volta": {
"node": "19.9.0"
"node": "20.4.0"
},
"packageManager": "[email protected].45"
"packageManager": "[email protected].48"
}

0 comments on commit 4fa7f00

Please sign in to comment.