Skip to content

Commit 4ba3066

Browse files
Merge pull request #1 from ThanhDodeurOdoo/update-node-version
Fix(actions): Update Node.js version in GitHub Actions
2 parents e5a18ad + 0c29a46 commit 4ba3066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

2121
strategy:
2222
matrix:
23-
node-version: [20.x]
23+
node-version: [22.x]
2424

2525
steps:
2626
- uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [20.x]
16+
node-version: [22.x]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)