Skip to content

Commit

Permalink
upgrade release gha
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Mar 5, 2023
1 parent 50e2191 commit f6aaf3f
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
cache: 'npm'
- run: npm i
- run: npm test
- run: npm run build.lib
Expand All @@ -22,10 +23,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
cache: 'npm'
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run build.lib
Expand All @@ -37,10 +39,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
cache: 'npm'
registry-url: https://npm.pkg.github.com/
#scope: '@DenysVuika'
- run: npm i
Expand Down

0 comments on commit f6aaf3f

Please sign in to comment.