Compare commits
No commits in common. "842db75dbc839150aa2ff9357453a6114bf6a4e8" and "33f7c855915c4e2bcb6b797a789f392ca4c2f1e9" have entirely different histories.
842db75dbc
...
33f7c85591
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact
|
||||
image: node:16-bullseye # Required by actions/checkout and actions/upload-artifact
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
needs: [build]
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:21-bullseye # Required by actions/download-artifact
|
||||
image: node:16-bullseye # Required by actions/download-artifact
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue