Skip to content

Commit

Permalink
ci: remove node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Apr 29, 2024
1 parent e9d9a69 commit e5d73ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node_version: ['16', '18', '20']
node_version: ['18', '20']

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e5d73ed

Please sign in to comment.