Skip to content

Commit 962630b

Browse files
Chiu PeterChiu Peter
authored andcommitted
update Python 3.7 -> 3.11.13
1 parent 59260d7 commit 962630b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jest_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
scope: '@mat-github-ci'
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30-
- name: Set up Python 3.7
30+
- name: Set up Python 3.11.13
3131
uses: actions/setup-python@v1
3232
with:
33-
python-version: 3.7
33+
python-version: 3.11.13
3434
- uses: actions/cache@v4
3535
with:
3636
path: ~/.npm

0 commit comments

Comments
 (0)