Skip to content

Commit d1e55a7

Browse files
authored
Merge pull request #311 from Asana/johnvu-upgrade-node-for-publishing-step
Upgrade node for publshing steps
2 parents 84c3a4d + 94002b5 commit d1e55a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
ref: master
8686
- uses: actions/setup-node@v4
8787
with:
88-
node-version: "18.x"
88+
node-version: "24.x"
8989
registry-url: "https://registry.npmjs.org"
9090
- name: Build distribution
9191
run: |
@@ -115,8 +115,8 @@ jobs:
115115
ref: master
116116
- uses: actions/setup-node@v4
117117
with:
118-
node-version: "18.x"
119-
registry-url: "https://registry.npmjs.com"
118+
node-version: "24.x"
119+
registry-url: "https://registry.npmjs.org"
120120
- name: Build distribution
121121
run: |
122122
npm pkg set 'main'='dist/index.js'

0 commit comments

Comments
 (0)