6
0

Use newer node

This commit is contained in:
Jon Michael Aanes 2024-03-30 14:50:30 +01:00
parent f5ad5f1ed4
commit d5a5718df1
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -15,6 +15,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:21-bookworm
steps:
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}}
uses: actions/setup-python@v5
@ -30,6 +32,8 @@ jobs:
run: python3 -m pytest test
publish:
runs-on: ubuntu-latest
container:
image: node:21-bookworm
needs: [test]
steps:
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}}