Skip to content

Commit 10a8f4d

Browse files
authored
Merge pull request #3 from dudko-dev/copilot/update-dependencies-fix-job
Update ESLint to v10 and fix autoupdate job
2 parents d6afcf7 + f8c7131 commit 10a8f4d

6 files changed

Lines changed: 277 additions & 304 deletions

File tree

.github/workflows/autoupdate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
path: "tmp"
2626
ref: "main"
27+
- name: Setup Node.js
28+
uses: actions/setup-node@v4
29+
with:
30+
node-version: 22
2731
- name: Autoupdate
2832
id: autoupdate
2933
uses: siarheidudko/autoupdater@v6
@@ -40,6 +44,7 @@ jobs:
4044
debug: "true"
4145
ignore-packages: |
4246
@types/node
47+
nyc
4348
deploy:
4449
runs-on: ubuntu-latest
4550
needs: update

ignoreUpdatesModules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"base": [],
3-
"dev": ["@types/node"]
3+
"dev": ["@types/node", "nyc"]
44
}

0 commit comments

Comments
 (0)