diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3370ec3..d587f19 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: - main env: - LATEST_NODE_VERSION: 20 + LATEST_NODE_VERSION: 22 name: main jobs: @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node: [18, 20] + node: [18, 20, 22] os: [ubuntu-latest, macOS-latest, windows-latest] steps: