Skip to content

Commit 4404058

Browse files
committed
Update Node.js version in GH actions
1 parent 450b320 commit 4404058

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-pull-request.yml

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

1010
strategy:
1111
matrix:
12-
node-version: [14.x]
12+
node-version: [22.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

.github/workflows/test-push-master.yml

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

1313
strategy:
1414
matrix:
15-
node-version: [14.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)