Skip to content

Commit efb7bde

Browse files
authored
Update build-checklists.yml to node 20 (#1168)
1 parent b908913 commit efb7bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-checklists.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 16.x
27+
node-version: '20'
2828
- name: Install Dependencies
2929
run: |
3030
sudo apt update

0 commit comments

Comments
 (0)