Change github action to use node v20 LTS and new setup node.

This commit is contained in:
Bradley Shellnut 2024-02-02 11:48:54 -08:00
parent 1af414c29a
commit b6c24c260e

View file

@ -35,7 +35,7 @@ jobs:
version: 8
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.10.0
cache: 'pnpm'