Skip to content

Commit 5f058ac

Browse files
fix: update PR pipeline
1 parent 5c466ca commit 5f058ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454
- uses: actions/setup-node@v4
5555
with:
56-
node-version: 20.x
56+
node-version: 24.x
5757
- name: NPM Setup
5858
run: |
5959
npm set registry "https://registry.npmjs.org/"

.github/workflows/test.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: [18.x, 20.x, 22.x]
16+
node-version: [20.x, 22.x, 24.x]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)