Skip to content

Commit 2075057

Browse files
committed
Use latest Node LTS version (18)
1 parent eff883e commit 2075057

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-node-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up NodeJS environment
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: '12'
22+
node-version: '18'
2323

2424
- name: Check that 'npm install' would make no changes
2525
run: >

.github/workflows/npm-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up NodeJS environment
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: '12'
28+
node-version: '18'
2929

3030
- name: npm install
3131
run: npm install

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up NodeJS environment
1818
uses: "actions/setup-node@v1"
1919
with:
20-
node-version: 12
20+
node-version: '18'
2121

2222
- name: Set up Git environment
2323
run: |

0 commit comments

Comments
 (0)