Skip to content

Commit

Permalink
ci: remove node v 12
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Nov 11, 2022
1 parent a515382 commit f78947e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12.x, 14.x, 16.x, 18.x]
node: [14.x, 16.x, 18.x]

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

0 comments on commit f78947e

Please sign in to comment.