mirror of
https://github.com/Alee14/chine-projet.git
synced 2025-01-22 13:41:47 -05:00
Hopefully fix it?
This commit is contained in:
parent
32aff16aec
commit
fea48d8812
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nuxtjs.yml
vendored
2
.github/workflows/nuxtjs.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "12"
|
||||||
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
|
|
Loading…
Reference in a new issue