Skip to content

Commit 668692a

Browse files
committed
Use node 20
1 parent 584c5f8 commit 668692a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Set Node.js 16.x
22-
uses: actions/setup-node@v3
21+
- name: Set Node.js 20.x
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: 16.x
24+
node-version: 20.x
2525

2626
- name: Install dependencies
2727
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)