diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b73adcea..61c4d3a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: npm - run: npm ci - run: npm run build