aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-11-20 17:48:32 -0500
committerGitHub <noreply@github.com>2023-11-20 17:48:32 -0500
commitfea48d881244a29bb74f7a28bbc7f91d04aada6f (patch)
treec3032c0cfae6a68b7ded3636b763bf24fbc4df32
parent32aff16aecdffc583d26f6e1d38fc6ead8a83539 (diff)
downloadchine-projet-fea48d881244a29bb74f7a28bbc7f91d04aada6f.tar.gz
chine-projet-fea48d881244a29bb74f7a28bbc7f91d04aada6f.tar.bz2
chine-projet-fea48d881244a29bb74f7a28bbc7f91d04aada6f.zip
Hopefully fix it?HEADmaster
-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