From cf84b9d9e5f0796b61fc98f10c48eeffc633fa0f Mon Sep 17 00:00:00 2001 From: Laureline David Date: Fri, 25 Aug 2023 19:55:20 +0200 Subject: [PATCH] Build & Deploy --- .github/workflows/nuxtjs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 6ac5dee..5c1b910 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" cache: yarn - name: Restore cache uses: actions/cache@v3 @@ -42,6 +42,7 @@ jobs: path: | dist .nuxt + .output key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }} restore-keys: | ${{ runner.os }}-nuxt-build-