diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e858514d..f1598ef3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 21.x] + node-version: + - lts/-1 + - lts/* + - latest react: [16, 17, 18] steps: - uses: actions/checkout@v3 diff --git a/webpack.common.js b/webpack.common.js index 266d9f3b2..f88f618a8 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -55,7 +55,7 @@ module.exports = { use: { loader: 'file-loader', options: { - name: 'dist/fons/[hash].[ext]', + name: 'dist/fonts/[hash].[ext]', }, }, },