Skip to content

Commit

Permalink
chore(node)!: update 16.14 -> 18.16 (#37)
Browse files Browse the repository at this point in the history
Reviewed-by: @hiemanshu 
Reviewed-by: @wtr-support
Co-authored-by: Derrick Liu <[email protected]>
  • Loading branch information
ajohn25 and lediur authored Sep 25, 2024
1 parent a61d80e commit 28a793f
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node-version:
- 16.14.0-buster
- 18.16.0-buster

container:
image: node:${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14
18.16
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN jq '{ dependencies, devDependencies, resolutions }' < /tmp/package.json > /t

### Fat Build
### -------------------------
FROM node:16.14.0 AS builder
FROM node:18.16.0 AS builder

WORKDIR /usr/Spoke

Expand All @@ -36,7 +36,7 @@ RUN yarn run build

### Slim Deploy
### -------------------------
FROM node:16.14.0
FROM node:18.16.0

WORKDIR /usr/Spoke

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ that goal. See [`HOWTO_migrate-from-moveon-main.md`](./docs/HOWTO_migrate-from-m

Runtimes and package managers:

- Node (^16.14)
- Node (^18.16)
- Yarn (>= 1.19.1)

External services:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.19.1",
"node": "^16.14.0"
"node": "^18.16.0"
},
"scripts": {
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('spoke must be installed with Yarn: https://yarnpkg.com/')\"",
Expand Down Expand Up @@ -107,7 +107,7 @@
"connect-pg-simple": "^7.0.0",
"cors": "^2.8.5",
"cryptr": "^6.0.3",
"css-loader": "^5.0.1",
"css-loader": "^7.1.2",
"dataloader": "^1.2.0",
"dotenv": "^8.0.0",
"dotenv-cli": "^4.1.1",
Expand All @@ -129,7 +129,7 @@
"graphql-type-json": "^0.3.2",
"graphql-upload": "^13.0.0",
"history": "^5.0.0",
"hot-shots": "^8.3.0",
"hot-shots": "^10.0.0",
"humps": "^1.1.0",
"iconv-lite": "^0.5.1",
"immer": "^8.0.1",
Expand Down
Loading

0 comments on commit 28a793f

Please sign in to comment.