|
@@ -16,14 +16,14 @@ jobs:
|
|
|
- '3.8'
|
|
|
- '3.9'
|
|
|
- '3.10'
|
|
|
- - '3.11.0-alpha - 3.11.0'
|
|
|
+ - '3.11-dev'
|
|
|
name: Windows, SQLite, Python ${{ matrix.python-version }}
|
|
|
continue-on-error: true
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v3
|
|
|
- name: Set up Python
|
|
|
- uses: actions/setup-python@v3
|
|
|
+ uses: actions/setup-python@v4
|
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
cache: 'pip'
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
- name: Set up Node.js
|
|
|
uses: actions/setup-node@v3
|
|
|
with:
|
|
|
- node-version: '12'
|
|
|
+ node-version: '14'
|
|
|
cache: 'npm'
|
|
|
cache-dependency-path: '**/package.json'
|
|
|
- run: npm install
|