diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c5bc7d..61a91a4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Setup node uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' registry-url: 'https://registry.npmjs.org' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 803bd35..2c8bc5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node: [ 14, 16, 17 ] + node: [ 18, 20 ] os: [ macos-latest, ubuntu-latest, windows-latest ] steps: