Skip to content

Commit

Permalink
-node 19 +node20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jul 2, 2023
1 parent d7401c9 commit fa8c640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16, 18, 19]
node-version: [12, 14, 16, 18, 20]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
node-version: [12, 14, 16, 18, 19]
node-version: [12, 14, 16, 18, 20]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [12, 14, 16, 18, 19]
node-version: [12, 14, 16, 18, 20]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit fa8c640

Please sign in to comment.