Skip to content

Commit

Permalink
ci: new pipeline update node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
raul melo authored and raul melo committed Dec 1, 2023
1 parent e83894a commit e639fc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
npm run release

0 comments on commit e639fc4

Please sign in to comment.