File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 rules-build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Use Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v6
2020 with :
21- node-version : 16
21+ node-version : 24
2222 - working-directory : ./spectral
2323 run : yarn
2424 - working-directory : ./spectral
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 - name : Use Node.js 16.3.0
14- uses : actions/setup-node@v4
14+ uses : actions/setup-node@v6
1515 with :
16- node-version : 16.3 .0
16+ node-version : 24.14 .0
1717 registry-url : " https://registry.npmjs.org"
1818 - run : yarn install
1919 working-directory : ./spectral
2020 - name : Inject slug/short variables
21- uses : rlespinasse/github-slug-action@102b1a064a9b145e56556e22b18b19c624538d94 # v4
21+ uses : rlespinasse/github-slug-action@9e7def61550737ba68c62d34a32dd31792e3f429 # v5
2222 - name : Validate Tag
2323 working-directory : ./spectral
2424 run : yarn semver $GITHUB_REF_SLUG
Original file line number Diff line number Diff line change 1616 "@stoplight/spectral-core" : " 1.18.3"
1717 },
1818 "devDependencies" : {
19- "@types/node" : " 20.11.28 " ,
20- "@typescript-eslint/eslint-plugin" : " 7.2.0 " ,
21- "@typescript-eslint/parser" : " 7.2.0 " ,
22- "eslint" : " 8.57.0 " ,
19+ "@types/node" : " 24.10.15 " ,
20+ "@typescript-eslint/eslint-plugin" : " 8.56.1 " ,
21+ "@typescript-eslint/parser" : " 8.56.1 " ,
22+ "eslint" : " 10.0.2 " ,
2323 "eslint-config-standard" : " 17.1.0" ,
2424 "eslint-plugin-import" : " 2.29.1" ,
25- "eslint-plugin-n" : " 14.0 .0" ,
26- "eslint-plugin-promise" : " 6.1 .1" ,
25+ "eslint-plugin-n" : " 17.24 .0" ,
26+ "eslint-plugin-promise" : " 7.2 .1" ,
2727 "tsc" : " 2.0.4" ,
2828 "typescript" : " 5.4.2"
2929 },
You can’t perform that action at this time.
0 commit comments