Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsontr authored Oct 30, 2023
1 parent f4b98fd commit a68b878
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: ls
- name: Checkout
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0 # Ensure full history is fetched

- name: Cache Initial Setup
uses: actions/cache@v3.3.2
with:
path: |
~/.npm
~/.cache
~/.local/share
./neiist-website/
key: initial-setup-${{ runner.os }}
- name: Setup Node
uses: actions/setup-node@v3.8.2
with:
node-version: "16"
- run: ls

client_dependencies:
needs:
Expand Down

0 comments on commit a68b878

Please sign in to comment.