Skip to content

Commit

Permalink
[STUDIO-2820] Upgrade node20 (#38)
Browse files Browse the repository at this point in the history
* upgrade node20

* update version
  • Loading branch information
ducnguyen505 authored Jul 5, 2024
1 parent 93d2253 commit c056279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0
uses: actions/checkout@v4
- name: Katalon Studio Github Action
uses: katalon-studio/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
default: ''

runs:
using: 'node16'
using: 'node20'
main: 'index.js'

0 comments on commit c056279

Please sign in to comment.