Skip to content

Commit

Permalink
updating lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
mmummATlnw committed Oct 24, 2024
1 parent ef461fc commit 94ddbd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
run: ls -l
- uses: actions/checkout@v4
name: Git checkout
- name: use cache for node packages
uses: actions/cache@v4
with:
path: nodejs/node_modules
key: our_modules
- name: show folder content
run: ls -l
- name: pull modules
run: |
cd nodejs
npm install

0 comments on commit 94ddbd9

Please sign in to comment.