Upgrading CI to Node 18, Python 3.11

This commit is contained in:
James Barnsley
2024-03-20 20:15:34 +13:00
parent 65a5e6157a
commit 13f93fb6ec

View File

@ -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