Skip to content

Commit c6634c1

Browse files
authored
Update pr-build.yml to use latest Node (#200)
Change from 14x to 24x per https://nodejs.org/en/about/previous-releases
1 parent fd9e7b9 commit c6634c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-latest
1515
- windows-latest
1616

17-
node-version: [14.x]
17+
node-version: [24.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)