Skip to content

Commit 0dd6239

Browse files
authored
meta: update release Node version to 18 (#1242)
Otherwise semantic-release will not work and we can't do a new release
1 parent 8ba4748 commit 0dd6239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v3
8686
- uses: actions/setup-node@v3
8787
with:
88-
node-version: 16.x
88+
node-version: 18.x
8989
- run: yarn install --frozen-lockfile
9090
- run: npx semantic-release
9191
- id: sequelize

0 commit comments

Comments
 (0)