Skip to content

Commit

Permalink
build: move to Node 10 for minimum build (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 25, 2023
1 parent d8399f3 commit 2313021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 12, 14, 16]
node: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 2313021

Please sign in to comment.