Skip to content

Commit

Permalink
Upgrade to Node.js 12.18.3 LTS
Browse files Browse the repository at this point in the history
pascalgrimaud committed Aug 22, 2020
1 parent e3c30d3 commit a58b284
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
@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.16.1
node-version: 12.18.3
- name: Install node.js packages
run: npm install
- name: Run generator tests
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.16.1
node-version: 12.18.3
- name: 'TOOLS: update NPM'
run: npm install -g npm
- name: 'TOOLS: install google-chrome-stable'

0 comments on commit a58b284

Please sign in to comment.