Skip to content

Commit

Permalink
chore(ci): prefer node@14
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored and bholmesdev committed Jul 11, 2022
1 parent 758365c commit fd2d14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node_version: [16]
node_version: [14]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fd2d14f

Please sign in to comment.