Skip to content

Commit

Permalink
fix: disable node v19 (nuxt-modules#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 20, 2022
1 parent f772103 commit 7814850
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 @@ -16,7 +16,7 @@ jobs:
CI: true
strategy:
matrix:
node-version: [14, 16, 17, 18, 19]
node-version: [14, 16, 17, 18]
name: Use Node.js ${{ matrix.node-version }}
steps:
- name: Checkout codes
Expand Down

0 comments on commit 7814850

Please sign in to comment.