Skip to content

Commit

Permalink
chore: bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Dec 1, 2023
1 parent 9c3fc59 commit 4c44451
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN curl https://get.volta.sh | bash
WORKDIR /workspaces/macs-configurator

# and install node and pnpm
RUN volta install node@18
RUN volta install node@20
RUN npm i -g pnpm

RUN echo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
v20.10
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"nnm": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && pnpm i"
},
"resolutions": {
"@types/node": "~18.11.12",
"date-fns": "^2.29.3",
"http-proxy": "npm:http-proxy-node16@1.0.0"
},
Expand Down

0 comments on commit 4c44451

Please sign in to comment.