Skip to content

Commit

Permalink
Merge pull request #65 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Release v1.4.2
  • Loading branch information
mukesh-simform committed Apr 1, 2024
2 parents fe7ebf1 + d722146 commit d3e037c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: macos-11
steps:
- name: 📚 checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v4
- name: 🟢 node
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org
- name: 🚀 Build & Publish
run: yarn install && yarn build && yarn publish --access public
Expand Down

0 comments on commit d3e037c

Please sign in to comment.