Update master.yml

Updated to use Node 20
This commit is contained in:
Barry Brown 2024-09-01 01:19:46 -07:00 committed by GitHub
parent 6a841927a3
commit 7ed588572d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: |