Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
Signed-off-by: byoernn <[email protected]>
  • Loading branch information
byoernn authored Feb 15, 2024
1 parent 60d6c77 commit a126769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21.x'
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@sinc-gmbh'
- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit a126769

Please sign in to comment.