Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #208 from DanielFran/node_14.16.0
Browse files Browse the repository at this point in the history
Update Nodejs version to 14.16.0
  • Loading branch information
DanielFran authored Mar 13, 2021
2 parents f2d54c6 + 17390cf commit 53fd4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.15.0
node-version: 14.16.0
- name: Install node.js packages
run: npm install
- name: Check prettier formatting
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.15.0
node-version: 14.16.0
- name: 'TOOLS: install google-chrome-stable'
run: |
sudo apt update
Expand Down

0 comments on commit 53fd4ff

Please sign in to comment.