diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-11-20 17:48:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 17:48:32 -0500 |
| commit | fea48d881244a29bb74f7a28bbc7f91d04aada6f (patch) | |
| tree | c3032c0cfae6a68b7ded3636b763bf24fbc4df32 /.github | |
| parent | 32aff16aecdffc583d26f6e1d38fc6ead8a83539 (diff) | |
| download | chine-projet-master.tar.gz chine-projet-master.tar.bz2 chine-projet-master.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nuxtjs.yml | 2 |
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 |
