diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a791a3..85fcfd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: npm ci - run: npx semantic-release env: