Skip to content

Commit 2975d2a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)