Skip to content

Commit 7d7aa37

Browse files
authored
Workflow: Pin Node.js version
1 parent df42611 commit 7d7aa37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [18.x]
14+
node-version: [18.19.1]
1515

1616
steps:
1717
- name: Checkout repository

.github/workflows/push-build-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [18.19.1]
2020

2121
steps:
2222
- name: Checkout repository

0 commit comments

Comments
 (0)