Specify Node 20 in workflows and examples

This commit is contained in:
Josh Gross 2023-10-11 16:18:35 -04:00
parent 84ab08fe8b
commit 47bc917394
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: '20.x'
cache: npm
- run: npm ci
- run: npm run style:check