diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 21f2b839..713b2efa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [windows-latest, macOS-latest, ubuntu-latest] - node-version: [16.x] + node-version: [18.x] npm-client: [npm, yarn, pnpm] steps: diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 9eea8a9f..607e430b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [18.x] npm-client: [npm] steps: