Fix node version in build workflow

This commit is contained in:
IanDelMar 2023-10-10 23:52:55 +02:00
parent 52c5e12bb2
commit 9d68e42429
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '18.x'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'