Skip to content

Commit 9d78500

Browse files
author
Gerald Baulig
committed
chore(build): bump build env to node 20.x
1 parent 6ce6b2f commit 9d78500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup NodeJS
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: '12.18'
15+
node-version: '20.8.0'
1616

1717
- name: Install Dependencies
1818
run: npm ci
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup NodeJS
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: '12.18'
33+
node-version: '20.8.0'
3434

3535
- name: Setup System
3636
uses: restorecommerce/setup-system-action@v1

0 commit comments

Comments
 (0)