use lts node

This commit is contained in:
pythongosssss 2023-10-16 11:44:04 +01:00
parent 1a24b4448f
commit caf454fcc2

View File

@ -10,7 +10,7 @@ jobs:
- name: Test using Node.js
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '18'
working-directory: ./tests-ui
run: |
npm install