Skip to content

Commit

Permalink
Update versions in publishing CI workflow (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Oct 4, 2023
1 parent 8f1ceb7 commit 4c662e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm run test

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish --access public
Expand Down

0 comments on commit 4c662e3

Please sign in to comment.