chore(ci): use node 18 for GitHub Actions

This commit is contained in:
Jeremy Kahn 2023-07-01 21:48:35 -05:00
parent ca2c98dcb8
commit 2c29674a48
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2.3.1
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm ci --no-optional
- run: npm test

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- name: Build