Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed Dec 16, 2024
1 parent a756693 commit 42e7b0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 21.x
node-version: 23.x
cache: 'npm'
- run: npm install -g gulp-cli eslint @babel/eslint-parser

Expand Down
2 changes: 1 addition & 1 deletion dt-assets/build/css/style.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"author": "Disciple.Tools",
"license": "GPL-2.0-or-later",
"homepage": "https://disciple.tools",
"type": "module",
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.24.4",
Expand Down

0 comments on commit 42e7b0b

Please sign in to comment.