Skip to content

Commit 757b794

Browse files
authored
Merge pull request #15 from siemensikkema/update
Update to Node 24
2 parents 3853d86 + e192eac commit 757b794

File tree

11 files changed

+23516
-34120
lines changed

11 files changed

+23516
-34120
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.1
1+
v24.14.1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.1
1+
v24.14.1

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
simple:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v6
1818
- name: Setup clojure-lsp
1919
uses: clojure-lsp/setup-clojure-lsp@v1
2020
with:
@@ -35,11 +35,11 @@ jobs:
3535
simple:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v1
38+
- uses: actions/checkout@v6
3939
- name: Install Clojure
40-
uses: DeLaGuardo/setup-clojure@master
40+
uses: DeLaGuardo/setup-clojure@main
4141
with:
42-
cli: '1.10.3.814'
42+
cli: '1.12.4.1618'
4343
4444
- name: Setup clojure-lsp
4545
uses: clojure-lsp/setup-clojure-lsp@v1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ inputs:
99
description: 'The clojure-lsp version to make available on the path. Only exact version allowed.'
1010
required: true
1111
runs:
12-
using: 'node20'
12+
using: 'node24'
1313
main: 'dist/index.js'

dist/LICENCE

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ The above copyright notice and this permission notice shall be included in all c
7171

7272
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7373

74-
@fastify/busboy
74+
form-data
7575
MIT
76-
Copyright Brian White. All rights reserved.
76+
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
7777

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

8585
The above copyright notice and this permission notice shall be included in
@@ -89,9 +89,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8989
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9090
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9191
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
94-
IN THE SOFTWARE.
92+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
93+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
94+
THE SOFTWARE.
9595

9696
semver
9797
ISC

0 commit comments

Comments
 (0)