chore(node): add .node-version file

This commit is contained in:
Paul Chavard 2022-02-23 13:43:49 +01:00
parent ffcff87103
commit 9bd0373aaa
2 changed files with 4 additions and 2 deletions

View file

@ -12,11 +12,12 @@ runs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'yarn'
- name: Install Node modules
run: yarn install --frozen-lockfile
run: |
node --version
yarn install --frozen-lockfile
shell: bash
- name: Setup environment variables

1
.node-version Normal file
View file

@ -0,0 +1 @@
16.14.0