Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchbuch committed Mar 5, 2024
1 parent 8df57e9 commit c83ce35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# https://github.com/actions/setup-node/issues/32#issuecomment-525791142
- name: Get Node Version
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
Expand All @@ -23,6 +24,9 @@ jobs:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: yarn

# - name: Install PNPM
# uses: pnpm/action-setup@v2
# with:
Expand Down

0 comments on commit c83ce35

Please sign in to comment.