-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update action internals and bump major
This includes: - Updating dependencies to latest - Update package-lock.json to latest version - Resolve lint issues as a result of updating deps - Update action to run using node16 - Bump version to 2.0.0
- Loading branch information
Showing
9 changed files
with
22,274 additions
and
22,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,8 @@ on: | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,5 +84,5 @@ outputs: | |
branch: | ||
description: Ontrack branch name | ||
runs: | ||
using: 'node12' | ||
using: 'node16' | ||
main: 'dist/index.js' |
Oops, something went wrong.