diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6732fc7..cbf34da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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