Skip to content

Commit

Permalink
Bump node version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
selbekk committed Dec 20, 2023
1 parent 8e37471 commit 8127f35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 16.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x

- name: Install Dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base node image
FROM node:16-alpine as base
FROM node:20-alpine as base

# set for base and all that inherit from it
ENV NODE_ENV=production
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"turbo": "^1.11.0"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
"npm": ">=10.0.0",
"node": ">=18.0.0"
},
"packageManager": "npm@8.1.2",
"packageManager": "npm@10.0.0",
"prettier": {}
}

0 comments on commit 8127f35

Please sign in to comment.