diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 561e3ba08..13e01eba9 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: lts/* cache: npm - run: npm ci - run: npm run build