fix: CI
This commit is contained in:
parent
2ef5ae92b5
commit
170ce4e0be
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: oven/bun:1
|
||||
steps:
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get install -y git
|
||||
- name: Install git and node
|
||||
run: apt-get update && apt-get install -y git nodejs
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
Loading…
Reference in a new issue