diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 844f0a8c60..c379fd87c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -111,7 +111,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -125,7 +125,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -143,7 +143,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -201,7 +201,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn @@ -225,7 +225,7 @@ jobs: - uses: actions/checkout@v3 with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index cc0f5e10aa..70728449ea 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -14,7 +14,7 @@ jobs: with: lfs: true - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20.x cache: yarn