Skip to content

Commit

Permalink
ci: update release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 11, 2024
1 parent a9da0f3 commit 822638e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: 'v9'
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- name: NPM Setup
run: |
npm set registry "https://registry.npmjs.org/"
Expand Down

0 comments on commit 822638e

Please sign in to comment.