Skip to content

Commit

Permalink
fix(pipeline): use correct node version for sem release
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim authored Feb 22, 2024
1 parent 27d8715 commit 9facfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -320,4 +320,4 @@ jobs:
with:
token: ${{ secrets.RELEASE_TOKEN }}
gist_id: 6dd4931683170f25859dc88cb1788b10
file_path: ${{ env.UPDATER_FILE }}
file_path: ${{ env.UPDATER_FILE }}

0 comments on commit 9facfec

Please sign in to comment.