Skip to content

Commit

Permalink
Update testScript.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-ju authored Nov 23, 2024
1 parent 380c5a0 commit 28312b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/testScript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
NODE_VERSION: 20.10.0
steps:
- uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'

- name: Install dependencies
run: npm install

- name: Run File Tree Action
uses: stanley-ju/script_demo@main
Expand Down

0 comments on commit 28312b6

Please sign in to comment.