Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
container:
image: node:16-bullseye # Required by actions/checkout and actions/upload-artifact
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build