Skip to content

Commit 47d6652

Browse files
committed
Use node 20 (latest LTS version) instead of 19
1 parent 3019014 commit 47d6652

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: Use Node.js 19
15+
- name: Use Node.js 20
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 19
18+
node-version: 20
1919
- run: npm install
2020
- run: npm run build
2121
- name: JS Files Changed

.github/workflows/style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: Use Node.js 19
15+
- name: Use Node.js 20
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 19
18+
node-version: 20
1919
- run: npm install
2020
- run: npx rescript format -all -check
2121
- name: Helpful error message

0 commit comments

Comments
 (0)