Skip to content

Commit 1e742af

Browse files
authored
Update build.yml
Use node v20
1 parent 3ea82fa commit 1e742af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Node
5252
uses: actions/setup-node@v3
5353
with:
54-
node-version: "16"
54+
node-version: "20"
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}
5656

5757
- name: Install dependencies

0 commit comments

Comments
 (0)