From 6955c4e37c0462d8cc810e31a3b15e5d6a57b77d Mon Sep 17 00:00:00 2001 From: koplas Date: Fri, 13 Jun 2025 10:19:21 +0200 Subject: [PATCH] Upgrade node.js and format workflow file --- .github/workflows/itest.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/itest.yml b/.github/workflows/itest.yml index 8bc87d5..a99c269 100644 --- a/.github/workflows/itest.yml +++ b/.github/workflows/itest.yml @@ -5,16 +5,15 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '^1.23.6' + go-version: "^1.23.6" - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 24 - name: Checkout uses: actions/checkout@v4 @@ -38,8 +37,8 @@ jobs: - name: Upload test results uses: actions/upload-artifact@v4 with: - name: checker-results - path: | - ~/checker-results.html - ~/checker-results-no-clientcert.json - if-no-files-found: error + name: checker-results + path: | + ~/checker-results.html + ~/checker-results-no-clientcert.json + if-no-files-found: error