From 548c7798c57f5dad2eeb318a2b6819cff0a76d10 Mon Sep 17 00:00:00 2001 From: hw Date: Wed, 20 Mar 2024 22:48:58 +0900 Subject: [PATCH] chore: deploy vm npm version 18 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 3ee671a6..f74597de 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18.x cache: npm - name: Build website working-directory: website