Skip to content

Commit 2975d2a

Browse files
author
Dou Du
committed
use node version 18x
1 parent 8cec623 commit 2975d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-on-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install the node
3131
uses: actions/setup-node@v2
3232
with:
33-
node-version: '17'
33+
node-version: '18'
3434
- run: |
3535
npm install
3636
npm run build

0 commit comments

Comments
 (0)