diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73a86a6..75ee180 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,13 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" + + - name: Update npm + run: npm install -g npm@latest + + - name: Clear npm cache + run: npm cache clean -f - name: Build id: build