Skip to content

Commit

Permalink
Merge pull request #460 from fishbrain/update-dependencies-2023-09-26
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
lhansford authored Sep 26, 2023
2 parents 2bbfabd + 23a7e50 commit 4535784
Show file tree
Hide file tree
Showing 3 changed files with 1,823 additions and 1,452 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup node 18
uses: actions/setup-node@v3
with:
node-version: '18'
check-latest: true

- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 4535784

Please sign in to comment.