diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 98801455..5b533772 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -30,7 +30,7 @@ jobs: - name: Install correct Yarn version run: corepack prepare ${{ env.YARN_VERSION }} --activate - name: Install dependencies - run: yarn install + run: yarn install --immutable-cache - name: Install Playwright Browsers run: yarn playwright install --with-deps - name: Run E2E Tests diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml index 753af9be..fe8ddfc3 100644 --- a/.github/workflows/ut.yml +++ b/.github/workflows/ut.yml @@ -27,6 +27,6 @@ jobs: - name: Install correct Yarn version run: corepack prepare ${{ env.YARN_VERSION }} --activate - name: Install dependencies - run: yarn install + run: yarn install --immutable-cache - name: Execute Unit tests run: yarn test:ut diff --git a/package.json b/package.json index 9268d30c..ca3696b1 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@testing-library/react-hooks": "^8.0.1", "@types/add": "^2.0.3", "@types/markdown-it": "^14.1.2", - "@types/node": "^22.8.5", + "@types/node": "^22.8.6", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/three": "^0.169.0", diff --git a/yarn.lock b/yarn.lock index 7ccd0672..775fecdf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3909,7 +3909,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:>=12.12.47, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.1, @types/node@npm:^22.8.5": +"@types/node@npm:*, @types/node@npm:>=12.12.47, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.1, @types/node@npm:^22.8.6": version: 22.8.6 resolution: "@types/node@npm:22.8.6" dependencies: @@ -4751,7 +4751,7 @@ __metadata: "@testing-library/react-hooks": "npm:^8.0.1" "@types/add": "npm:^2.0.3" "@types/markdown-it": "npm:^14.1.2" - "@types/node": "npm:^22.8.5" + "@types/node": "npm:^22.8.6" "@types/react": "npm:^18.3.12" "@types/react-dom": "npm:^18.3.1" "@types/three": "npm:^0.169.0"