Skip to content

Commit

Permalink
chore: update node to 14 for check pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Dec 12, 2021
1 parent c474649 commit 2c14a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 10
node-version: '14'
- name: Build
run: |
npm ci
Expand Down

0 comments on commit 2c14a95

Please sign in to comment.