Skip to content

Commit

Permalink
ci: update node version in GitHub Actions to 16 and above (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalston authored Nov 19, 2023
1 parent f0935d5 commit d2694ce
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16, lts/*]
node: [16, 18, lts/*]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d2694ce

Please sign in to comment.