Skip to content

Commit 193d8c4

Browse files
committed
feat(build): update to node 20 github workflow
1 parent d243b63 commit 193d8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
# See: https://github.com/marketplace/actions/setup-node-js-environment
28-
- name: Use Node.js 18
28+
- name: Use Node.js 20
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: "18"
31+
node-version: "20"
3232

3333
- name: Create file & folder for GitHub Actions logs
3434
run: |

0 commit comments

Comments
 (0)