Skip to content

Commit

Permalink
node22 for main (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto authored Nov 17, 2024
1 parent afaaae3 commit f004b22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
6 changes: 3 additions & 3 deletions release_image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const REPO = "ghcr.io/lolopinto/ent"
const UPDATE_LATEST = true

var NODE_VERSIONS = []int{
// 16,
18,
20,
// 18,
// 20,
22,
}

const AUTO_SCHEMA_VERSION = "0.0.32"
Expand Down

0 comments on commit f004b22

Please sign in to comment.