diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9b6834..faf5005 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,17 +12,17 @@ jobs: - name: Prepare repository run: git fetch --unshallow --tags - - name: Use Node.js 15.x - uses: actions/setup-node@v1 + - name: Use Node.js 16.x + uses: actions/setup-node@v3 with: - node-version: 15.x + node-version: 16.x - name: Install dependencies - uses: bahmutov/npm-install@v1 + run: npm install --ignore-scripts - name: Create Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | - npm run release \ No newline at end of file + npm run release