node version => 18

This commit is contained in:
Jan Prochazka
2024-05-08 10:27:35 +02:00
parent 550354fe09
commit 21a24f9ba2
6 changed files with 11 additions and 11 deletions

View File

@@ -30,10 +30,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Configure NPM token
env: