From 7d367a7532252c898089203e4e4839318fb19df8 Mon Sep 17 00:00:00 2001 From: Kelly Joseph Price Date: Wed, 24 Apr 2024 16:16:45 -0700 Subject: [PATCH] chore: update node-versions --- .github/workflows/ci.yml | 5 ++++- webpack.common.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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]', }, }, },