Skip to content

Commit 71659a6

Browse files
authored
Update to Node.js v22 LTS and license year (#106)
* Update to node v22 LTS Signed-off-by: HMellor <19981378+hmellor@users.noreply.github.com> * Update license year Signed-off-by: HMellor <19981378+hmellor@users.noreply.github.com> * `npm update` Signed-off-by: HMellor <19981378+hmellor@users.noreply.github.com> --------- Signed-off-by: HMellor <19981378+hmellor@users.noreply.github.com>
1 parent 869d2fa commit 71659a6

File tree

5 files changed

+823
-389
lines changed

5 files changed

+823
-389
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '21'
22+
node-version: '22'
2323
cache: 'npm'
2424
- name: Install dependencies
2525
run: |

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '21'
24+
node-version: '22'
2525
cache: 'npm'
2626
- name: Install dependencies
2727
run: |

LICENSE

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

3-
Copyright (c) 2021 HMellor
3+
Copyright (c) 2021-2025 HMellor
44
Copyright (c) 2011-2018 Twitter, Inc.
55
Copyright (c) 2011-2018 The Bootstrap Authors
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here we will cover how to add your own information to the auctions themselves, f
4747

4848
### Environment
4949

50-
To develop and deploy your own auction, you'll need to install Node.js v21. To do this, follow the instructions [here](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs).
50+
To develop and deploy your own auction, you'll need to install Node.js v22 (LTS). To do this, follow the instructions [here](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs).
5151

5252
Then, install the required packages as follows:
5353

0 commit comments

Comments
 (0)