Skip to content

Commit

Permalink
chore: update workflow publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhnm committed Sep 5, 2024
1 parent e85bf11 commit 525edd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Setup NodeJS 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: yarn
- name: Build application
Expand Down

0 comments on commit 525edd4

Please sign in to comment.