change github actions to use node 18

This commit is contained in:
Przemek Więch 2025-02-05 23:30:26 +01:00
parent 66e350d05f
commit 187557bd2f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run build

View File

@ -11,7 +11,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run build