From 035b19710cd54be576d2953d1422ce370a9868fe Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sun, 8 Oct 2023 09:38:25 +0800 Subject: [PATCH] chore: update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e77689b..6e944be3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js v18 uses: actions/setup-node@v3 with: - node-version: '18' + node-version: 18 - name: Install and Build run: |