Skip to content

Commit

Permalink
Update @rancher/components github action
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Aug 26, 2022
1 parent 959e7a4 commit b106fd0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-rancher-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@rancher'

- name: Install
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit b106fd0

Please sign in to comment.