Skip to content

Commit

Permalink
complete the node v20 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 14, 2024
1 parent e965176 commit 24e8898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/create-neon/data/templates/ci/github/.env.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NODE_VERSION=20.x
NODE_VERSION={{versions.node}}.x
NPM_REGISTRY=https://registry.npmjs.org
RUST_VERSION=stable
ACTIONS_USER=github-actions
Expand Down
6 changes: 3 additions & 3 deletions pkgs/create-neon/data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"typescript": "5.3.3",
"typesNode": "20.11.16",
"tsconfigNode": {
"major": "18",
"semver": "18.2.2",
"major": "20",
"semver": "20.1.4",
"module": "16"
},
"node": "18",
"node": "20",
"actions": {
"checkout": "v3",
"githubScript": "v7",
Expand Down

0 comments on commit 24e8898

Please sign in to comment.