upgrade CI to node 16

This commit is contained in:
Josep M Sobrepere 2022-04-05 12:08:29 +02:00
parent 1516ed7df3
commit 14a07f219d

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16'
- run: npm ci
- run: npm run lint