Update npm from 18 to 20

This commit is contained in:
Marco Massarelli 2024-01-29 19:25:41 -05:00 committed by GitHub
parent 096d88b103
commit 39bdb7d6a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ jobs:
uses: ScribeMD/docker-cache@0.3.3
with:
key: docker-${{ runner.os }}
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: 'npm'
- name: Install dependencies
run: npm install