Compare commits
2 commits
aba28f908b
...
5939f980cb
Author | SHA1 | Date | |
---|---|---|---|
|
5939f980cb | ||
bbec7f8da5 |
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -8,6 +8,10 @@ jobs:
|
|||
update_lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: test
|
||||
run: |
|
||||
apt update
|
||||
apt install nodejs -y
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install nix
|
||||
|
|
Loading…
Reference in a new issue