Skip to content

Commit e87ec00

Browse files
fix: UNT-T23775: Update node version in publish workflow
1 parent 795e4f0 commit e87ec00

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)