Skip to content

Commit

Permalink
avoid node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Aug 15, 2024
1 parent 4921d96 commit 0fc18e0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,8 @@ jobs:
run:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16'

- run: |
npm clean-install
npm run build
- uses: actions/checkout@v4
- run: npm clean-install
- run: npm run build
- name: Create pkg.pr.new release
run: npx pkg-pr-new publish

0 comments on commit 0fc18e0

Please sign in to comment.