chore(node): add .node-version file
This commit is contained in:
parent
ffcff87103
commit
9bd0373aaa
2 changed files with 4 additions and 2 deletions
5
.github/actions/ci-setup-rails/action.yml
vendored
5
.github/actions/ci-setup-rails/action.yml
vendored
|
@ -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
1
.node-version
Normal file
|
@ -0,0 +1 @@
|
|||
16.14.0
|
Loading…
Reference in a new issue