Skip to content

Commit

Permalink
ci: new pipeline update node 18
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 e639fc4 commit 7206bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install dependencies
run: npm install --ignore-scripts
run: npm install --legacy-peer-deps

- name: Create Release
env:
Expand Down

0 comments on commit 7206bdb

Please sign in to comment.