Skip to content

Commit

Permalink
Corrected copy paste mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 8, 2024
1 parent 468eb6f commit d57d9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/node22/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node20",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:20",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:22",
"postCreateCommand": "echo \"//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN\" >> /workspaces/magick-wasm/.npmrc",
"customizations": {
"vscode": {
Expand Down

0 comments on commit d57d9ca

Please sign in to comment.