Skip to content

Commit

Permalink
Merge pull request #83 from venables/bump-node-version
Browse files Browse the repository at this point in the history
Update node versions to be >= 14
  • Loading branch information
venables committed Mar 17, 2023
2 parents 59e48c1 + 8e5c9a7 commit c7c6733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -2,16 +2,16 @@ name: CI/CD

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 10, 12, 14 ]
node: [14, 16, 18]
name: "Lint & Test (Node ${{ matrix.node }})"
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7c6733

Please sign in to comment.