Skip to content

Commit

Permalink
Использует версию Node.js из package
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Dec 3, 2024
1 parent d8c5501 commit 0d3024f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: package.json
- run: npm ci
- run: npx editorconfig-checker
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: package.json
- run: npm ci
- run: npx eslint
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"prepare": "husky || true"
},
"engines": {
"node": "20",
"npm": "10"
"node": "20"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
Expand Down

0 comments on commit 0d3024f

Please sign in to comment.