diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a301a8..f5621b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ jobs: strategy: matrix: os: [windows, macos, ubuntu] - node-version: [18, 20] + node-version:[latest, lts] runs-on: ${{ matrix.os }}-latest steps: - uses: actions/checkout@v3 @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: latest registry-url: https://registry.npmjs.org/ - run: npm ci && npm publish env: