Skip to content

Commit

Permalink
Frozen yarn lockfile in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Dec 19, 2022
1 parent d4c8ece commit 249c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Init - node v${{ matrix.node-version }}
run: yarn
run: yarn --frozen-lockfile

- name: Lint - node v${{ matrix.node-version }}
run: yarn lint
Expand Down

0 comments on commit 249c14e

Please sign in to comment.