Skip to content

Commit

Permalink
try switching the order
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 12, 2024
1 parent e3bbfef commit 2adae19
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,19 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Corepack and new yarn
run: |
npm install -g corepack
corepack enable
corepack yarn set version berry
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ./docs/.nvmrc
cache-dependency-path: ./docs/package.json
cache: yarn

- name: Install Corepack and new yarn
run: |
npm install -g corepack
corepack enable
corepack yarn set version berry

- name: Setup Pages
id: pages
Expand Down

0 comments on commit 2adae19

Please sign in to comment.