Skip to content

Commit

Permalink
chore!: upgrade Node.js to v22
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <[email protected]>
  • Loading branch information
RDIL committed Sep 29, 2024
1 parent 3b6c736 commit 8730d59
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 230 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:

Build_task:
container:
image: node:20-slim
image: node:22-slim
Enable_Corepack_script:
- corepack enable
Yarn_cache:
Expand Down Expand Up @@ -37,7 +37,7 @@ Build_task:

task:
container:
image: node:20-slim
image: node:22-slim
Enable_Corepack_script:
- corepack enable
Yarn_cache:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.12.2
v22.9.0
448 changes: 224 additions & 224 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.5.0.cjs
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v2"

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@
"winston-daily-rotate-file": "^5.0.0"
},
"engines": {
"node": "18.x || 20.x"
"node": "20.x || 22.x"
},
"workspaces": [
"webui",
"packaging/typedefs",
"packaging/eslint",
"tests"
],
"packageManager": "yarn@4.4.0"
"packageManager": "yarn@4.5.0"
}

0 comments on commit 8730d59

Please sign in to comment.