Browse Source

fix(ci): update node version for linter

pull/3764/head
invalid w 2 years ago
parent
commit
a5565bf9cf
  1. 2
      .github/workflows/linter.yml

2
.github/workflows/linter.yml

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout code

Loading…
Cancel
Save