Merge pull request #164 from tsickert/tsickert/update-node-20

Update node to v20
This commit is contained in:
Thomas Sickert 2024-03-26 08:22:13 -04:00 committed by GitHub
commit 298ff1fd92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3.4.1
- name: Set Node.js 20.x
uses: actions/setup-node@v3.6.0
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm ci