Skip to content

Commit

Permalink
update test nodejs and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Dec 17, 2024
1 parent 18c6899 commit 84d2c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/widget-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: '21.x'
node-version: '22.x'
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
architecture: 'x64'
- name: Install dependencies
run:
Expand Down

0 comments on commit 84d2c38

Please sign in to comment.