Skip to content

Commit bbd1d6c

Browse files
committed
fix: Publish and build package on newer node
1 parent 7a2d343 commit bbd1d6c

9 files changed

+465
-82
lines changed

.github/workflows/publish-package.yml

+2-2
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)