Skip to content

Commit

Permalink
Update Robot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ecureuill authored Feb 20, 2024
1 parent 97f06b3 commit 9b4b2d3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/Robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies (if needed)
run: |
npm install # or yarn install

- uses: actions/upload-artifact@v3
with:
name: directory-content
Expand Down

0 comments on commit 9b4b2d3

Please sign in to comment.