Skip to content

Commit

Permalink
revert docker and package settings
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbeumer committed Sep 5, 2024
1 parent d684546 commit a0aa75a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# [Choice] Node.js version: 18
ARG VARIANT="18-buster"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": { "VARIANT": "20-bullseye" }
"args": { "VARIANT": "14" }
},

// Set *default* container specific settings.json values on container create.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"engines": {
"node": "20.16.0",
"pnpm": "9.7.1"
"pnpm": "9.7.0"
},
"volta": {
"node": "20.16.0",
"pnpm": "9.7.1"
"pnpm": "9.7.0"
},
"engine-strict": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit a0aa75a

Please sign in to comment.