Skip to content

Commit

Permalink
Pull before using yarn.lock in setup-node step
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Aug 8, 2024
1 parent 2a379eb commit b301ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
cache-dependency-path: ./yarn.lock
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install
run: yarn install --frozen-lockfile
- name: Lint
Expand Down

0 comments on commit b301ac8

Please sign in to comment.