Skip to content

Commit c7c6733

Browse files
authored
Merge pull request #83 from venables/bump-node-version
Update node versions to be >= 14
2 parents 59e48c1 + 8e5c9a7 commit c7c6733

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: CI/CD
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ 10, 12, 14 ]
14+
node: [14, 16, 18]
1515
name: "Lint & Test (Node ${{ matrix.node }})"
1616
steps:
1717
- uses: actions/checkout@v2

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)