Try bumping to node 20

This commit is contained in:
dangered wolf 2023-11-10 16:30:05 -05:00
parent ebb5e5e60d
commit c75e5191fa
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
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: 18
node-version: 20
cache: npm
cache-dependency-path: package-lock.json

View file

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