Skip to content

Commit

Permalink
build(ci): Updated node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Feb 19, 2024
1 parent 7dc3a4b commit de794e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
# Node 16.10 due to https://github.com/facebook/jest/issues/11956
node-version: [ 16.10.x, 18.x ]
node-version: [ 18, 20, 21 ]

steps:
- name: Checkout
Expand Down

0 comments on commit de794e1

Please sign in to comment.