Skip to content

Commit

Permalink
chore(deps)!: drop node 10 / add node 14 (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored Feb 23, 2021
1 parent 18d235b commit c94445d
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -30,7 +30,7 @@ jobs:
run: git fetch --prune --unshallow --tags
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x
- run: yarn --frozen-lockfile
- run: yarn -s dripip preview-or-pr
env:
Expand Down

0 comments on commit c94445d

Please sign in to comment.