Skip to content

Commit 60b1c99

Browse files
authored
fix(build): Publish and build package on newer node (#391)
1 parent 7a2d343 commit 60b1c99

File tree

9 files changed

+465
-82
lines changed

9 files changed

+465
-82
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 18
2121

2222
- name: Install packages
2323
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)