diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d3e91960..358cef6c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,9 +18,9 @@ jobs: strategy: matrix: include: - - node-version: 16.x + - node-version: 20.x browser: "ChromeHeadlessWithoutAutoplayPolicy" - # - node-version: 16.x + # - node-version: 20.x # browser: "FirefoxHeadless" steps: diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 018eb2c7..0d1e3b55 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,14 +15,14 @@ jobs: strategy: matrix: include: - - node-version: 16.x + - node-version: 20.x browser: "ChromeHeadlessWithoutAutoplayPolicy" steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - run: npm ci - run: npm run lint -- --max-warnings=0 - run: npm run test -- --browsers=${{ matrix.browser }} @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x registry-url: https://registry.npmjs.org/ - run: npm ci - name: Set env vars for latest release