Skip to content

Commit

Permalink
⬆️ chore(version): Update node version to 16 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot authored Nov 21, 2022
1 parent fcefe03 commit 0a9c6f8
Show file tree
Hide file tree
Showing 87 changed files with 3,574 additions and 323 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: RapidAPI OpenAPI
uses: vvatelot/rapidapi-openapi-github-action@v1.2.0
uses: vvatelot/rapidapi-openapi-github-action@v1.3.0
with:
rapidapi-api-key: ${{ secrets.RAPIDAPI_API_KEY }}
rapidapi-api-id: ${{ secrets.RAPIDAPI_API_ID }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ inputs:
required: false
default: ""
runs:
using: "node12"
using: "node16"
main: "index.js"
1 change: 1 addition & 0 deletions node_modules/.bin/uuid

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

190 changes: 190 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.

25 changes: 24 additions & 1 deletion node_modules/@actions/core/README.md

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

4 changes: 4 additions & 0 deletions node_modules/@actions/core/lib/core.d.ts

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

34 changes: 24 additions & 10 deletions node_modules/@actions/core/lib/core.js

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

Loading

0 comments on commit 0a9c6f8

Please sign in to comment.