Change github action to use node v20 LTS.

This commit is contained in:
Bradley Shellnut 2024-02-02 11:47:42 -08:00
parent e30b236736
commit 1af414c29a

View file

@ -37,7 +37,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.18.2
node-version: 20.10.0
cache: 'pnpm'
- name: Install dependencies