diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f05d51b..77cefeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,13 +18,13 @@ jobs: - uses: pnpm/action-setup@v2.1.0 with: - version: 6.32.4 + version: 7.17.0 run_install: true - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "14.x" + node-version: "18.x" - name: Build id: build