Skip to content

Commit

Permalink
github actions fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
pashidlos committed Jul 27, 2024
1 parent 899025d commit 0732526
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ updates:
interval: daily
open-pull-requests-limit: 2
groups:
dev-deps:
dependency-type: "production"
prod-deps:
dependency-type: "development"

dev-deps:
dependency-type: "production"
prod-deps:
dependency-type: "development"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install npm dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 0732526

Please sign in to comment.