Skip to content

Commit

Permalink
build: Build on Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Jul 10, 2023
1 parent 9cab5ea commit e158200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node: [ 12.x, 14.x, 16.x ]
node: [ 16.x ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e158200

Please sign in to comment.