diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f6590c96..2097a7c9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v3.1.0 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index bdb194cf..da8fd1f6 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3.1.0 - uses: actions/setup-node@v3.5.0 with: - node-version: 14 + node-version: 16 - name: Install dependencies run: npm ci - name: Build @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3.1.0 - uses: actions/setup-node@v3.5.0 with: - node-version: 14 + node-version: 16 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run shipit