Skip to content

Commit

Permalink
Update pkg-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 24, 2024
1 parent 1ebe71c commit bcf2e62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pkg-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18

- name: Cache node modules
uses: actions/cache@v3
Expand All @@ -45,5 +45,9 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Publish
run: npx pkg-pr-new publish

0 comments on commit bcf2e62

Please sign in to comment.