Skip to content

Commit

Permalink
Revert to node 12 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Mar 27, 2022
1 parent 2b4fa51 commit 15bdfb7
Show file tree
Hide file tree
Showing 16 changed files with 958 additions and 8,653 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "12.x"

# Run action according to the input version
- name: Setup JFrog CLI
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
default: '2.14.0'
required: false
runs:
using: 'node16'
using: 'node12'
main: 'lib/main.js'
post: 'lib/cleanup.js'
branding:
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

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

67 changes: 47 additions & 20 deletions node_modules/@actions/core/package.json

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

61 changes: 44 additions & 17 deletions node_modules/@actions/exec/package.json

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

75 changes: 52 additions & 23 deletions node_modules/@actions/http-client/package.json

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

55 changes: 41 additions & 14 deletions node_modules/@actions/io/package.json

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

Loading

0 comments on commit 15bdfb7

Please sign in to comment.