Skip to content

Commit

Permalink
update minimal node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Mar 25, 2021
1 parent fb6ef17 commit 0f085db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Node
uses: actions/setup-node@v1
with:
node-version: "14.15.0"
node-version: "14.16.0"

- run: npm install
- run: npx tsc
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Checkout Node
uses: actions/setup-node@v2-beta
with:
node-version: "10.19.0"
node-version: "14.16.0"

- if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 0f085db

Please sign in to comment.