Skip to content

Commit

Permalink
Merge pull request #5 from rndquu/development
Browse files Browse the repository at this point in the history
ci: test
  • Loading branch information
rndquu authored May 20, 2024
2 parents f76cd4c + 6426b17 commit b9147dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
steps:
- name: Checkout repository code
uses: actions/checkout@v4
with:
fetch-depth: 0

# needed to use yarn v4
- name: Enable corepack
run: corepack enable

- name: Install Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit b9147dc

Please sign in to comment.