Initial Portfolio #1
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: oven/bun:1
|
container: oven/bun:1
|
||||||
steps:
|
steps:
|
||||||
- name: Install git
|
- name: Install git and node
|
||||||
run: apt-get update && apt-get install -y git
|
run: apt-get update && apt-get install -y git nodejs
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
Loading…
Reference in a new issue