Skip to content

Commit d3e037c

Browse files
Merge pull request #65 from SimformSolutionsPvtLtd/develop
Release v1.4.2
2 parents fe7ebf1 + d722146 commit d3e037c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: macos-11
1212
steps:
1313
- name: 📚 checkout
14-
uses: actions/checkout@v2.4.2
14+
uses: actions/checkout@v4
1515
- name: 🟢 node
16-
uses: actions/setup-node@v3.3.0
16+
uses: actions/setup-node@v4
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)