Skip to content

Commit

Permalink
ci: bump node and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowers committed Nov 4, 2024
1 parent 3432a7f commit 07ba418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'

- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.12'
architecture: 'x64'

- name: Install cargo
Expand Down

0 comments on commit 07ba418

Please sign in to comment.