(core) updates from grist-core

This commit is contained in:
Paul Fitzpatrick 2022-09-07 17:34:01 -04:00
commit c9c46d337b
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7]
python-version: [3.9]
node-version: [14.x]
steps:
- name: Check out the repo

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7]
python-version: [3.9]
node-version: [14.x]
steps: