Skip to content

Commit

Permalink
fix: Publish and build package on newer node
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 6, 2024
1 parent 7a2d343 commit bbd1d6c
Show file tree
Hide file tree
Showing 9 changed files with 465 additions and 82 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Install packages
uses: bahmutov/npm-install@v1
Expand Down
Loading

0 comments on commit bbd1d6c

Please sign in to comment.