diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index eb4420c17..c876de29a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v4.2.2 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 74b428f04..571e77950 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.1.0 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm ci - name: Build @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.1.0 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run shipit