Skip to content

Commit

Permalink
Update github workflow pipeline to use node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-man-chan committed Jul 7, 2021
1 parent 2cfba74 commit a6b5338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '10'
node-version: '14'

- name: Install OS dependencies
run: |
Expand Down

0 comments on commit a6b5338

Please sign in to comment.