Upgrading CI to Node 18, Python 3.11
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '18'
|
||||
|
||||
- name: Install modules
|
||||
run: npm ci
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '18'
|
||||
|
||||
- name: Install JS dependencies
|
||||
run: npm install
|
||||
@ -106,7 +106,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.7'
|
||||
python-version: '3.11'
|
||||
|
||||
- name: "Install Python dependencies"
|
||||
run: python3 -m pip install build
|
||||
|
||||
Reference in New Issue
Block a user