Revert "set node version 19 in test lint workflow"

This reverts commit 863aba473051f19eeab81e747636fbc374fe2f94.
This commit is contained in:
mahula 2023-11-11 10:04:53 +01:00
parent 863aba4730
commit febe91b7ef

View File

@ -10,10 +10,10 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Node 19 - name: Setup Node 20
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '19' node-version: '20'
- name: npm-install - name: npm-install
run: npm install run: npm install