Browse Source

chore: drop legacy node version

pull/11496/head
afc163 9 months ago
parent
commit
516377ffb2
  1. 2
      .github/workflows/ci.yml
  2. 1
      biome.json

2
.github/workflows/ci.yml

@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [20, 16]
node_version: [20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4

1
biome.json

@ -4,6 +4,7 @@
"ignoreUnknown": true,
"includes": [
"**",
".github/**",
"!**/.umi/**",
"!**/.umi-production/**",
"!**/.umi-test/**",

Loading…
Cancel
Save