Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
roobscoob committed Feb 19, 2024
2 parents ce4743e + 30df452 commit 37e93e5
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test

publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -28,8 +17,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: npm i
- run: npm build
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 37e93e5

Please sign in to comment.