Use newer node
This commit is contained in:
parent
f5ad5f1ed4
commit
d5a5718df1
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user