Skip to content

Commit

Permalink
chore: update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie-Chauvel committed Dec 18, 2023
1 parent 857496e commit ffb0f03
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
CI: true
NODE_VERSION: 18
NODE_VERSION: 20
HUSKY: 0

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: ⛷ PR tests

env:
CI: true
NODE_VERSION: 18
NODE_VERSION: 20
HUSKY: 0

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
CI: true
NODE_VERSION: 18
NODE_VERSION: 20
HUSKY: 0

# Allow one concurrent deployment
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
20.10.0
2 changes: 1 addition & 1 deletion documentation/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These instructions will get you a copy of the latest version of bifrost on your
### Prerequisites

- [Install fnm](https://github.com/Schniz/fnm#installation) (node version manager)
- [Node 18+](https://nodejs.org/en/) `fnm install lts/hydrogen && fnm use lts/hydrogen`
- [Node 20+](https://nodejs.org/en/) `fnm install lts/hydrogen && fnm use lts/hydrogen`
- [Pnpm](https://pnpm.io/installation) (`corepack enable && corepack prepare [email protected] --activate`)

### Installing
Expand Down
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"typescript": "4.7.4"
},
"engines": {
"node": "^18.12.1"
"node": "^20.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/bifrost-starter/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ⛷ PR tests

env:
CI: true
NODE_VERSION: 18
NODE_VERSION: 20

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion examples/bifrost-starter/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
20.10.0
2 changes: 1 addition & 1 deletion examples/bifrost-starter/apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
"webpack": "5.88.1"
},
"engines": {
"node": "^18.12.1"
"node": "^20.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/bifrost-starter/apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"typescript": "4.7.4"
},
"engines": {
"node": "^18.12.1"
"node": "^20.10.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "4.8.4"
},
"engines": {
"node": "^18.12.1"
"node": "^20.10.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/create-bifrost-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@clack/prompts": "0.6.3",
"@types/async-retry": "1.4.6",
"@types/cross-spawn": "6.0.3",
"@types/node": "18.8.3",
"@types/node": "20.10.0",
"@types/rimraf": "3.0.2",
"@types/tar": "6.1.6",
"@types/validate-npm-package-name": "4.0.0",
Expand Down
67 changes: 36 additions & 31 deletions pnpm-lock.yaml

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

0 comments on commit ffb0f03

Please sign in to comment.