Chore: Bump node to v22.16.0 (#106758)

This commit is contained in:
kay delaney
2025-06-16 17:29:07 +02:00
committed by GitHub
parent c481c979f9
commit 9a17e9abd6
28 changed files with 96 additions and 89 deletions
@@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.11.0
node-version: 22.16.0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
@@ -86,7 +86,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.11.0
node-version: 22.16.0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
@@ -136,7 +136,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.11.0
node-version: 22.16.0
- name: Get built packages from pr
uses: actions/download-artifact@v4
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.16.0'
cache: 'yarn'
- name: Install dependencies