Skip to content

Commit 84d2c38

Browse files
author
Dou Du
committed
update test nodejs and python version
1 parent 18c6899 commit 84d2c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/widget-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Install node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '21.x'
21+
node-version: '22.x'
2222
- name: Install Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.12'
2626
architecture: 'x64'
2727
- name: Install dependencies
2828
run:

0 commit comments

Comments
 (0)