Skip to content

Commit

Permalink
Temporarily disable Node 18 in CI
Browse files Browse the repository at this point in the history
I'll re-enable once lerna/lerna#3259 gets solved
  • Loading branch information
MasterKale committed Jul 28, 2022
1 parent ea6ced4 commit 3697087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,9 @@ jobs:

strategy:
matrix:
node-version: [ 16, 18 ]
# Disable Node 18 until https://github.com/lerna/lerna/issues/3259 gets solved
# node-version: [ 16, 18 ]
node-version: [ 16 ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3697087

Please sign in to comment.