Skip to content

Commit

Permalink
revert: "ci: fix node 16 to 16.8" (#482)
Browse files Browse the repository at this point in the history
This reverts commit 08e40fc.
  • Loading branch information
MichaelDeBoey committed Sep 23, 2021
1 parent bcb70e9 commit fb2740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Expand Up @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
node: [10.12, 10, '12.0', 12, 14, '16.8']
node: [10.12, 10, '12.0', 12, 14, 16]
eslint: [7.5, 7]

steps:
Expand Down

0 comments on commit fb2740c

Please sign in to comment.