From 0dd623998822a44265ada1312a578968d9a891fd Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:24:57 +0100 Subject: [PATCH] meta: update release Node version to 18 (#1242) Otherwise semantic-release will not work and we can't do a new release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58c6e861..7db38b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: yarn install --frozen-lockfile - run: npx semantic-release - id: sequelize