Browse Source

update lint to node 20

pull/680/head
Emile Nijssen 1 year ago
parent
commit
3cc88ceb0e
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '20'
- run: |
cd src

Loading…
Cancel
Save