Skip to content

Commit bbad52d

Browse files
committedJan 22, 2022
chore(github actions): remove node 12 from GH Action
1 parent c3d7869 commit bbad52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x, 16.x, 17.x]
15+
node-version: [14.x, 16.x, 17.x]
1616

1717
runs-on: ubuntu-latest
1818

0 commit comments

Comments
 (0)
Please sign in to comment.