mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +02:00
Downgrade Node version
This commit is contained in:
parent
9eab13ae84
commit
36cae98011
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "18.x"
|
node-version: "16.x"
|
||||||
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
18.12.1
|
16.18.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue