mirror of
https://github.com/dorny/paths-filter.git
synced 2026-07-02 21:59:31 +00:00
feat: update action runtime to node24
This commit is contained in:
parent
f897685184
commit
642f3389e1
5 changed files with 37 additions and 26 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "paths-filter",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"node": ">= 20"
|
||||
"node": ">= 24"
|
||||
},
|
||||
"private": true,
|
||||
"description": "Execute your workflow steps only if relevant files are modified.",
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"@octokit/webhooks-types": "^7.3.1",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/node": "^20.11.6",
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/picomatch": "^2.3.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
||||
"@typescript-eslint/parser": "^6.19.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue