Skip to content

Commit cb3cb67

Browse files
Merge pull request #78 from SimformSolutionsPvtLtd/fix/UNT-T28493_update_github_workflow
fix(UNT-T28493): update github workflow
2 parents 5d5c3d9 + 83f3b01 commit cb3cb67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
jobs:
99
release:
1010
name: 🚀 Publish
11-
runs-on: macos-11
11+
runs-on: macos-13
1212
steps:
1313
- name: 📚 checkout
1414
uses: actions/checkout@v2.4.2
1515
- name: 🟢 node
1616
uses: actions/setup-node@v3.3.0
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
registry-url: https://registry.npmjs.org
2020
- name: 🚀 Build & Publish
2121
run: yarn install && yarn build && yarn publish --access public

0 commit comments

Comments
 (0)