Skip to content

Commit

Permalink
Python 3.12 NodeJS 22 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Aug 30, 2024
1 parent ed8a417 commit 91f3ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: pip
cache-dependency-path: 'dev-requirements*'

- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: yarn

- name: Install dependencies
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: yarn

- name: Download artifacts from build
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
registry-url: https://registry.npmjs.org

- name: Download artifacts from build
Expand Down

0 comments on commit 91f3ad0

Please sign in to comment.