Skip to content

Commit a821e30

Browse files
author
Ed Hillmann
committed
Update NodeJS to version 20
1 parent 453ff8c commit a821e30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: 16
32+
node-version: 20
3333

3434
- name: Install Node.js modules
3535
run: npm install
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Node.js environment
6666
uses: actions/setup-node@v2
6767
with:
68-
node-version: 16
68+
node-version: 20
6969

7070
- name: Install Node.js modules
7171
run: npm install
@@ -101,7 +101,7 @@ jobs:
101101
- name: Setup Node.js environment
102102
uses: actions/setup-node@v2
103103
with:
104-
node-version: 16
104+
node-version: 20
105105

106106
- name: Install Node.js modules
107107
run: npm install

0 commit comments

Comments
 (0)