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