Skip to content

Commit

Permalink
ci: use lowest supported node
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jun 10, 2022
1 parent ba9591c commit 773f26f
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [14, 16, 18]
node_version: [14.6.0, 16, 18]
include:
- os: macos-latest
node_version: 16
Expand Down

0 comments on commit 773f26f

Please sign in to comment.