Skip to content

Commit

Permalink
Attemp to get actions using yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Feb 11, 2024
1 parent 1600369 commit 8615e7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
version: '20.x'
cache: 'yarn'

- name: Node Corepack
run: 'corepack enable'

- name: Yarn Version
run: 'yarn set version 4.1.0'
run: 'npm install -g yarn@4.1.0'

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

0 comments on commit 8615e7e

Please sign in to comment.