File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 99 directory : " /" # Location of package manifests
1010 schedule :
1111 interval : " weekly"
12+ - package-ecosystem : " github-actions"
13+ directory : " /"
14+ schedule :
15+ interval : " weekly"
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v1
9+ - uses : actions/checkout@v5
1010 - name : Setup Node.js environment
11- uses : actions/setup-node@v3.2.0
11+ uses : actions/setup-node@v6
1212 with :
1313 # Set always-auth in npmrc.
1414 # always-auth: # optional, default is false
1515 # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
16- node-version : 19 .x
16+ node-version : 22 .x
1717 # File containing the version Spec of the version to use. Examples: .nvmrc, .node-version.
1818 # node-version-file: # optional
1919 # Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.
You can’t perform that action at this time.
0 commit comments