diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7457433..f36adaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup node env 🏗 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 check-latest: true cache: 'yarn' - name: Install dependencies 👨🏻‍💻 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6387922..d870c47 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Setup node env 🏗 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 check-latest: true cache: 'yarn' - name: Install dependencies 👨🏻‍💻