Downgrade Node version

This commit is contained in:
Kevin Kandlbinder 2022-11-16 16:55:36 +01:00
parent 9eab13ae84
commit 36cae98011
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "16.x"
- run: yarn
name: Install Dependencies

2
.nvmrc
View file

@ -1 +1 @@
18.12.1
16.18.1