diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e9e0c69..e5804c76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: bundler-cache: true cache-version: 1 - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18' cache: 'yarn' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b60e6a0d..1cc5863d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: ruby-version: '3.2.2' bundler-cache: true - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18' cache: 'yarn'