diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 24c7087..330e1ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm ci diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 3e30edc..e1a7388 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -25,7 +25,7 @@ jobs: git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - uses: actions/setup-node@v1 with: - node-version: "15.x" + node-version: "18.x" - name: cache node modules uses: actions/cache@v1 with: