Compare commits
No commits in common. "33f7c855915c4e2bcb6b797a789f392ca4c2f1e9" and "e63f561650d63ea61c22bd4b2cf1ec33348487fe" have entirely different histories.
33f7c85591
...
e63f561650
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
container:
|
||||
image: node:16-bullseye # Required by actions/checkout and actions/upload-artifact
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue