Skip to content

Commit

Permalink
Update dependency node to v20 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomohiko Ozawa <kota65535@gmail.com>
  • Loading branch information
renovate[bot] and kota65535 authored Feb 7, 2024
1 parent 7d0092c commit 99fb3e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.20.2
nodejs 20.11.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 99fb3e1

Please sign in to comment.