Skip to content

Commit

Permalink
Merge pull request #230 from Hipo/chore/build-fixes
Browse files Browse the repository at this point in the history
chore: update github action
  • Loading branch information
jamcry authored Jul 20, 2023
2 parents af4cd8c + ad66d7f commit 105632a
Show file tree
Hide file tree
Showing 3 changed files with 3,895 additions and 3,646 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- name: Setup repo
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 10
- run: npm install
- run: npm run build
node-version: 18.0.0

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- id: publish-to-npm
uses: JS-DevTools/npm-publish@v1
Expand Down
Loading

0 comments on commit 105632a

Please sign in to comment.