Skip to content

Commit

Permalink
Remove frozen lockfile in auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Mar 13, 2024
1 parent 5a064f7 commit 32a938a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
- run: yarn
Expand All @@ -21,15 +21,15 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
registry-url: https://registry.npmjs.org/
- run: yarn --frozen-lockfile
- run: yarn
- name: Setup submodule
run: |
cd polaris
Expand Down

0 comments on commit 32a938a

Please sign in to comment.