Skip to content

Commit 5e4e966

Browse files
authored
Merge pull request #380 from htmlhint/dev/coliff/config-fix
Update CI workflows, deps, and license year
2 parents f37ffbd + 442d6b4 commit 5e4e966

5 files changed

Lines changed: 13 additions & 11 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3131
with:
3232
node-version-file: .nvmrc
33+
cache: npm
3334

34-
- run: npm ci
35+
- name: Install npm dependencies
36+
run: npm ci
3537

3638
- name: Lint Code Base
3739
uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
run:
15-
name: Node
15+
name: Node 22 on ubuntu-latest
1616
runs-on: ubuntu-latest
1717

1818
steps:

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2015-2022 Microsoft
4-
Copyright (c) 2022-2025 HTMLHint
4+
Copyright (c) 2022-2026 HTMLHint
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"@types/glob": "^8.1.0",
3636
"@types/mocha": "^10.0.10",
3737
"@types/node": "^22.19.17",
38-
"@types/vscode": "^1.101.0",
38+
"@types/vscode": "1.101.0",
3939
"@typescript-eslint/eslint-plugin": "^8.58.0",
4040
"@typescript-eslint/parser": "^8.58.0",
4141
"@vscode/test-electron": "^2.5.2",
4242
"eslint": "^10.2.0",
4343
"eslint-config-prettier": "^10.1.8",
4444
"glob": "^13.0.6",
45-
"globals": "^16.5.0",
45+
"globals": "^17.4.0",
4646
"mocha": "^12.0.0-beta-9.2",
4747
"prettier": "3.8.1",
4848
"ts-node": "^10.9.2",
@@ -54,4 +54,4 @@
5454
"volta": {
5555
"node": "22.22.2"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)