Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
Also get rid of checked in node_modules and pack the action using ncc.
  • Loading branch information
svenstaro committed May 23, 2023
1 parent 45c3bd8 commit 8ac1f0e
Show file tree
Hide file tree
Showing 11,076 changed files with 14,206 additions and 2,307,518 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/checkout@v3
- name: Test Action
run: |
rm -r node_modules
npm install
npm run all
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
__tests__/runner/*
lib/**/*
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ inputs:
description: 'Arguments to pass to strip'
runs:
using: 'node16'
main: 'lib/main.js'
main: 'dist/index.js'
Loading

0 comments on commit 8ac1f0e

Please sign in to comment.