Skip to content

Commit 280c047

Browse files
authored
feat!: Upgrade to CSpell 9.0.0 (#670)
1 parent bc4b520 commit 280c047

File tree

7 files changed

+147
-148
lines changed

7 files changed

+147
-148
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
node-version:
55
required: false
66
description: The version of Node to use.
7-
default: "18.x"
7+
default: "22.x"
88
runs:
99
using: "composite"
1010
steps:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
node-version:
1616
# List of supported node versions (latest is tested in `test-os`)
17-
- 18.x
1817
- 20.x
1918
- 22.x
2019
- 23.x

.github/workflows/update-cspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup
4141
uses: ./.github/actions/setup
4242
with:
43-
node-version: 18.x
43+
node-version: 22.x
4444

4545
- name: Install
4646
run: |

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup
4141
uses: ./.github/actions/setup
4242
with:
43-
node-version: 18.x
43+
node-version: 22.x
4444

4545
- name: Update Root
4646
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:22-alpine
22

33
WORKDIR /app
44
ENV HOME=/home

0 commit comments

Comments
 (0)