Skip to content

Commit

Permalink
chore(node-resolve): Remove Node 12 from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 1, 2022
1 parent c88dc7c commit fa64906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-windows.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

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

name: Node v${{ matrix.node }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

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

name: Node v${{ matrix.node }}

Expand Down

0 comments on commit fa64906

Please sign in to comment.