Skip to content

Commit

Permalink
chore: disable node 18 linux check
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 31, 2022
1 parent 2219eed commit d54c3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
# Include all major maintenance + active LTS + current Node.js versions.
# https://github.com/nodejs/Release#release-schedule
node: [14, 16, 18]
node: [14, 16]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d54c3ad

Please sign in to comment.