Skip to content

Commit

Permalink
chore: update node-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Apr 24, 2024
1 parent 12ed142 commit 7d367a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
use: {
loader: 'file-loader',
options: {
name: 'dist/fons/[hash].[ext]',
name: 'dist/fonts/[hash].[ext]',
},
},
},
Expand Down

0 comments on commit 7d367a7

Please sign in to comment.