Skip to content

Commit

Permalink
Merge pull request #71 from regulaforensics/npm-publish-update-params
Browse files Browse the repository at this point in the history
Update npm-publish.yml
  • Loading branch information
DzmitrySmaliakou authored Oct 31, 2023
2 parents 5103db0 + c5eb637 commit 95741e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm --no-git-tag-version --allow-same-version version ${{ github.event.release.name }}
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
run_smoke_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 95741e7

Please sign in to comment.