Skip to content

Commit

Permalink
chore(github actions): remove node 12 from GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bhough committed Jan 22, 2022
1 parent c3d7869 commit bbad52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

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

runs-on: ubuntu-latest

Expand Down

0 comments on commit bbad52d

Please sign in to comment.