From 455e049fd326ad63b965e5434e604caba03348a7 Mon Sep 17 00:00:00 2001 From: WongXX Date: Mon, 3 Jun 2024 15:18:43 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/checkserv?= =?UTF-8?q?er.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/checkserver.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/checkserver.yml b/.gitea/workflows/checkserver.yml index 5821036..adb9094 100644 --- a/.gitea/workflows/checkserver.yml +++ b/.gitea/workflows/checkserver.yml @@ -5,4 +5,9 @@ jobs: Check Server: runs-on: ubuntu-latest steps: - - run: echo "黃某人到此一遊" \ No newline at end of file + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: '20' + cache: 'npm' + - run: node -v \ No newline at end of file