Skip to content

Commit

Permalink
Merge pull request slub#291 from slub/update-packages
Browse files Browse the repository at this point in the history
Update generated CSS and JS files
  • Loading branch information
beatrycze-volk authored Jul 29, 2024
2 parents 59841e4 + 7fcb7a5 commit a64f42c
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 1,368 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -42,6 +42,6 @@ jobs:
if [ -n "$(git status --porcelain -- ./Resources/Public/)" ]; then
echo "Changes detected in compiled files"
exit 1
else
else
echo "No changes detected in compiled files"
fi
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.idea/
.vscode/
public/
vendor/
.DS_Store
node_modules
*.css.map
Documentation-GENERATED-temp/
composer.lock
Loading

0 comments on commit a64f42c

Please sign in to comment.