diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d90f6dd9..93195e3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - run: yarn @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - run: yarn diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 74fc93ba..9d0647c1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - run: yarn