Skip to content

Commit

Permalink
build: update dependencies & CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickfilm400 committed Dec 12, 2023
1 parent f7bc0d3 commit 270dbc2
Show file tree
Hide file tree
Showing 3 changed files with 753 additions and 305 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
node-version: 20
- run: npm ci --fund=false --audit=false
- run: npm run build
- run: npm version prerelease --no-git-tag-version --preid ${{ github.ref_name }}-${{ github.sha }}
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
registry: https://npm.pkg.github.com
Loading

0 comments on commit 270dbc2

Please sign in to comment.