Try bumping node to 18

This commit is contained in:
dangered wolf 2023-11-10 15:56:57 -05:00
parent 436f450b82
commit 1caa109c2f
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
cache-dependency-path: package-lock.json

View file

@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install
- run: npm run build && npm test
- run: npm test