Skip to content

Commit

Permalink
CI update.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Mar 11, 2024
1 parent 58754f2 commit 7acf955
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: plugin

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-foundation-tasks",
"version": "0.1.4",
"version": "0.1.5",
"description": "Grunt tasks for Moodle Foundation theme.",
"main": "Gruntfile.js",
"author": {
Expand All @@ -15,20 +15,20 @@
"url": "https://github.com/gjb2048/moodle-theme_foundation/issues"
},
"devDependencies": {
"grunt": ">=1.5.3",
"grunt": "^1.6.1",
"grunt-exec": "3.0.0",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "0.16.0",
"node-sass": "7.0.0",
"grunt-stylelint": "^0.19.0",
"node-sass": "9.0.0",
"semver": "7.3.5",
"stylelint": "13.13.1",
"stylelint": "^15.11.0",
"stylelint-checkstyle-formatter": "0.1.2",
"stylelint-csstree-validator": "1.9.0",
"@xmldom/xmldom": ">=0.8.3",
"xpath": "0.0.32"
"stylelint-csstree-validator": "^3.0.0",
"@xmldom/xmldom": "^0.8.10",
"xpath": "0.0.34"
},
"engines": {
"node": ">=16.14.0 <17"
"node": ">=20.11.0 <21"
},
"license": "GPL-3.0"
}

0 comments on commit 7acf955

Please sign in to comment.