Skip to content

Commit 65aa84e

Browse files
committed
Github workflow: Upgrade to Node JS 20 (Latest LTS)
1 parent 4c5c55e commit 65aa84e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 16.15
20+
node-version: 20
2121

2222
- name: Cache node modules
2323
uses: actions/cache@v2

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.15
21+
node-version: 20
2222

2323
- name: Cache node modules
2424
uses: actions/cache@v2

0 commit comments

Comments
 (0)