Skip to content

Commit

Permalink
v3 new release (#57)
Browse files Browse the repository at this point in the history
* fix broken build - switch to ncc build (#56)

* switch to ncc build

* update

* bump ncc

* Add node modules and compiled JavaScript from main

Co-authored-by: David Gamero <david340804@gmail.com>
Co-authored-by: Oliver King <oking3@uncc.edu>
  • Loading branch information
3 people authored Jun 30, 2022
1 parent 52d71d2 commit 8128997
Show file tree
Hide file tree
Showing 105 changed files with 64,827 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
id: npm-build
run: |
npm install
npm run build
- name: Build
run: npm run build

- name: Set Context
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ branding:
color: 'blue'
runs:
using: 'node16'
main: 'lib/run.js'
main: 'lib/index.js'
9 changes: 9 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/@vercel/ncc/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/@vercel/ncc/dist/ncc/@@notfound.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

339 changes: 339 additions & 0 deletions node_modules/@vercel/ncc/dist/ncc/LICENSES.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/@vercel/ncc/dist/ncc/buildin/readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8128997

Please sign in to comment.