Skip to content

Commit

Permalink
Merge pull request #88 from cloudnc/chore/latest-lts
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-cloudnc authored Jan 19, 2022
2 parents 13e12dc + 18ef75c commit c9d08ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.10
- name: Use Node.js 16x
uses: actions/setup-node@v1
with:
node-version: 16.10
node-version: 16
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --no-progress
- name: Lint Demo
Expand Down

0 comments on commit c9d08ab

Please sign in to comment.