ci: upgrade Node to 20.x

This commit is contained in:
Eric Liu 2024-03-05 20:49:48 -08:00 committed by metonym
commit 96aef1705c

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Build
run: |