Skip to content

Commit b223cee

Browse files
committed
python
1 parent 5b931ef commit b223cee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
cache: 'npm'
2020

2121
- name: Setup Python (for node-gyp)
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
24-
python-version: '2.7'
24+
python-version: '3.10'
2525

2626
- name: Install dependencies
2727
run: npm ci

0 commit comments

Comments
 (0)