From 99fb3e19642527b1e0407ffcc34b5be806bf6980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:30:08 +0900 Subject: [PATCH] Update dependency node to v20 (#56) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tomohiko Ozawa --- .github/workflows/test.yml | 2 +- .tool-versions | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f01963..446df2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,4 +37,4 @@ jobs: client_key: ${{ secrets.OVPN_CLIENT_KEY }} tls_auth_key: ${{ secrets.OVPN_TLS_AUTH_KEY }} - name: Check if connected - run: curl -v http://172.20.4.173:8080 + run: curl -v ${{ secrets.TARGET_URL }} diff --git a/.tool-versions b/.tool-versions index ae96860..557ea46 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 16.20.2 +nodejs 20.11.0 diff --git a/action.yml b/action.yml index 37dfe99..9caa468 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,6 @@ inputs: description: "Local peer's private key" required: false runs: - using: "node16" + using: "node20" main: "dist/index.js" post: "dist/index.js"