Skip to content

Commit

Permalink
Merge pull request #45 from laxmanpokhrel/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
laxmanpokhrel authored Jan 12, 2024
2 parents 89ac9f4 + 456d720 commit f27e412
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
- name: Prune devDependencies
run: npm remove semantic-release jest
# - name: Prune devDependencies
# run: npm remove semantic-release jest
- name: Build project
run: npm run build
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Cleanup Unnecessary Files
run: rm -rf node_modules && rm -rf src
# - name: Cleanup Unnecessary Files
# run: rm -rf node_modules && rm -rf src
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"access": "public"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.17.0"
}
}

0 comments on commit f27e412

Please sign in to comment.