Skip to content

Commit

Permalink
Remove node 10 workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustindclark committed Nov 12, 2022
1 parent 68a2509 commit 81dfe70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
matrix:
# the Node.js versions to build on
node-version: [10.x, 12.x, 13.x, 14.x, 15.x]
node-version: [12.x, 13.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 81dfe70

Please sign in to comment.