diff --git a/.github/workflows/app-test.yml b/.github/workflows/app-test.yml index b6e274d..e45b754 100644 --- a/.github/workflows/app-test.yml +++ b/.github/workflows/app-test.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: ['18', '20'] + node_version: ['18', '20', '22'] os: [windows-latest, macos-latest, ubuntu-latest] steps: diff --git a/.github/workflows/documents.yml b/.github/workflows/documents.yml index 710f3b0..875cc3c 100644 --- a/.github/workflows/documents.yml +++ b/.github/workflows/documents.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' # copy and replace string index.md file # - name: Copy and replace string index.md file