Skip to content

Commit

Permalink
Merge pull request #78 from SimformSolutionsPvtLtd/fix/UNT-T28493_upd…
Browse files Browse the repository at this point in the history
…ate_github_workflow

fix(UNT-T28493): update github workflow
  • Loading branch information
mukesh-simform authored Sep 13, 2024
2 parents 5d5c3d9 + 83f3b01 commit cb3cb67
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 cb3cb67

Please sign in to comment.