Skip to content

Commit

Permalink
Upgrading CI to Node 18, Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Mar 20, 2024
1 parent 65a5e61 commit 13f93fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Install modules
run: npm ci
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 13f93fb

Please sign in to comment.