Skip to content

Commit

Permalink
Merge pull request #1667 from gamebeaker/fix-github-actions
Browse files Browse the repository at this point in the history
fix github actions
  • Loading branch information
gamebeaker authored Feb 4, 2025
2 parents e068231 + cab4e41 commit b285b03
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
# A file, directory or wildcard pattern that describes what to upload
path: |
eslint/*.xpi
eslint/*.zip

0 comments on commit b285b03

Please sign in to comment.