aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nuxtjs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml
index 96754bf..031b7fe 100644
--- a/.github/workflows/nuxtjs.yml
+++ b/.github/workflows/nuxtjs.yml
@@ -49,7 +49,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
- node-version: "16"
+ node-version: "12"
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v3