Skip to content

Commit

Permalink
Merge pull request #26 from vijaya314/update-node-version-used-to-v20
Browse files Browse the repository at this point in the history
Run with Node v20
  • Loading branch information
Jtalk authored Jan 26, 2024
2 parents fc2fe2a + 2ee6436 commit fe3fb69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, no redirect
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check multiple, no redirect
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200|https://postman-echo.com/status/304
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, with redirect
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, with retry
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, with retry-all
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/status/200
Expand All @@ -100,7 +100,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Check single, with basic auth
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
url: https://postman-echo.com/basic-auth
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ branding:
icon: check
color: purple
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit fe3fb69

Please sign in to comment.