Skip to content

Commit

Permalink
Remove Node.js 16 support and add Node.js 22 support (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei authored Feb 7, 2024
1 parent 904f2f9 commit 6654871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [16, 18, 20]
node-version: [18, 20, 22]

steps:
- name: Harden Runner
Expand Down

0 comments on commit 6654871

Please sign in to comment.