Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
modelrailroader committed Jan 17, 2024
2 parents 4e32aab + d5b0a32 commit c2862ab
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Install pnpm dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.7.7",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.3",
"css-loader": "^6.8.1"
"sass-loader": "^14.0.0",
"style-loader": "^3.3.4",
"css-loader": "^6.9.0"
}
}
37 changes: 17 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2862ab

Please sign in to comment.