Skip to content

Commit 88dfecd

Browse files
committed
chore(deps): npm deps plus run node 20
1 parent 56d66d0 commit 88dfecd

File tree

5 files changed

+2364
-2134
lines changed

5 files changed

+2364
-2134
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
test:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/setup-node@v3
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 16
21+
node-version: 20
2222
- name: 📦️ Install
2323
run: npm i
2424
- name: set reports folder permissions for soapui runner
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
needs: [test]
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- name: 🛂 Can I deploy?
3636
run: BRANCH=${GITHUB_REF:11} make can_i_deploy
3737

@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
needs: [can-i-deploy]
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- name: 🚀 Deploy
4545
run: BRANCH=${GITHUB_REF:11} make deploy
4646
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENDPOINT:=http://localhost:3001
1616
READY_RUNNER_DOCKER_PATH?=docker run --rm --network="host" -v=${PWD}/project:/project -e ENDPOINT=${ENDPOINT} -e COMMAND_LINE="'-e${ENDPOINT}' '-f/project/reports' -r -j /project/Project-1-soapui-project.xml" smartbear/soapuios-testrunner:latest
1717
# RAPI_RUNNER can be set to local SoapUI installation if available, otherwise will default to docker
1818
# RAPI_RUNNER=local
19-
READY_API_LOCAL_INSTALLATION_PATH_MAC?=/Applications/SoapUI-5.7.0.app/Contents/java/app/bin/testrunner.sh
19+
READY_API_LOCAL_INSTALLATION_PATH_MAC?=/Applications/SoapUI-5.7.2.app/Contents/java/app/bin/testrunner.sh
2020
# Default installation paths for Linux/Windows to be added/tested
2121
READY_API_LOCAL_INSTALLATION_PATH_LINUX?=TODO
2222
READY_API_LOCAL_INSTALLATION_PATH_WIN?=TODO

0 commit comments

Comments
 (0)