Skip to content

Commit 649b534

Browse files
authored
mono - chore: moving to nodejs 24 (#1590)
1 parent 5110164 commit 649b534

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: ['22']
19+
node-version: ['24']
2020

2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,15 @@ jobs:
1313
name: Deploy Website
1414
runs-on: ubuntu-latest
1515

16-
strategy:
17-
matrix:
18-
node-version: [20]
19-
2016
steps:
2117
- name: Checkout
2218
uses: actions/checkout@v4
2319

2420
# Test
25-
- name: Use Node.js ${{ matrix.node-version }}
21+
- name: Use Node.js
2622
uses: actions/setup-node@v4
2723
with:
28-
node-version: ${{ matrix.node-version }}
24+
node-version: 24
2925

3026
- name: Install PNPM
3127
run: npm install -g pnpm

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: ['20', '22']
19+
node-version: ['20', '22', '24']
2020

2121
steps:
2222
- uses: actions/checkout@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

0 commit comments

Comments
 (0)