Skip to content

Commit e07a7e3

Browse files
authored
Merge pull request #898 from brendandburns/action
Remove node 12 as it has reached EOL. Add node 18 new LTS.
2 parents 73211f7 + 391f473 commit e07a7e3

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '16', '14', '12' ]
14+
node: [ '18', '16', '14' ]
1515
name: Node ${{ matrix.node }} validation
1616
steps:
1717
- uses: actions/checkout@v2

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"typescript": "~4.7.4"
100100
},
101101
"optionalDependencies": {
102-
"openid-client": "^5.1.6"
102+
"openid-client": "^5.3.0"
103103
},
104104
"bugs": {
105105
"url": "https://github.com/kubernetes-client/javascript/issues"

0 commit comments

Comments
 (0)