Skip to content

Commit

Permalink
+node 23,16
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Dec 20, 2024
1 parent bf2abb3 commit 62cee24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: [22, 20, 18]
node-version: [23, 22, 20, 18, 16]
steps:
- uses: actions/checkout@v4
- 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: [22, 20, 18]
node-version: [23, 22, 20, 18, 16]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 62cee24

Please sign in to comment.