Skip to content

Commit

Permalink
Merge pull request #79 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
mukesh-simform authored Sep 13, 2024
2 parents bb64154 + cb3cb67 commit b7e2b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
release:
name: 🚀 Publish
runs-on: macos-11
runs-on: macos-13
steps:
- name: 📚 checkout
uses: actions/[email protected]
- name: 🟢 node
uses: actions/[email protected]
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 b7e2b70

Please sign in to comment.