Skip to content

Commit

Permalink
chore: remove node 14 from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Mar 11, 2021
1 parent e1f3445 commit e5b7324
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
main:
# ignore all-contributors PRs
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [14, 15]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
Expand All @@ -27,7 +24,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 15

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit e5b7324

Please sign in to comment.