Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
ci: remove node v12 check (#28699)
Browse files Browse the repository at this point in the history
ci: remove node 12 check
  • Loading branch information
yihau authored Nov 1, 2022
1 parent 9d5f019 commit 4267a15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/web3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:

strategy:
matrix:
node: [ '12', '14', '16' ]
node:
- '14'
- '16'

name: Node ${{ matrix.node }}
steps:
Expand Down

0 comments on commit 4267a15

Please sign in to comment.