Specify node-version for setup-node action

This commit is contained in:
Michael Telatynski
2022-10-13 08:52:52 +01:00
parent 66798c75b5
commit a52d4aed9f
4 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: 16
- name: Install Dependencies
run: "./scripts/layered.sh"