Bump node version in GitHub Actions to v18

This commit is contained in:
Marco Massarelli 2023-10-19 11:55:19 -04:00
parent ff6256c47d
commit f63d662864
1 changed files with 2 additions and 2 deletions

View File

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