Skip to content

Commit 7991b23

Browse files
committed
update node in pipes
1 parent c189ffe commit 7991b23

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.BUMPER }}
2222
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
2323
with:
24-
node-version: 24.11.1
24+
node-version: 24.14.1
2525
registry-url: https://registry.npmjs.org/
2626
- run: npm ci
2727
- run: |

.github/workflows/publish-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
1818
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
1919
with:
20-
node-version: 24.11.1
20+
node-version: 24.14.1
2121
registry-url: https://registry.npmjs.org/
2222
- run: npm ci
2323
- run: npm run pages:build

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
1010
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
1111
with:
12-
node-version: 24.11.1
12+
node-version: 24.14.1
1313
registry-url: https://registry.npmjs.org/
1414
- run: |
1515
npm ci
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
2121
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610
2222
with:
23-
node-version: 24.11.1
23+
node-version: 24.14.1
2424
registry-url: https://registry.npmjs.org/
2525
- run: |
2626
npm ci
@@ -32,7 +32,7 @@ jobs:
3232
# - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
3333
# - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
3434
# with:
35-
# node-version: 24.11.1
35+
# node-version: 24.14.1
3636
# - name: Install dependencies
3737
# run: npm ci
3838
# - name: Build snowbox (started by playwright by itself)
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
5454
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610
5555
with:
56-
node-version: 24.11.1
56+
node-version: 24.14.1
5757
registry-url: https://registry.npmjs.org/
5858
- run: |
5959
npm ci

0 commit comments

Comments
 (0)