Skip to content

Commit 5e2350c

Browse files
committed
Upgrade Node version to v18
1 parent 4ca27b2 commit 5e2350c

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '16.x'
19+
node-version: '18.x'
2020
- name: Clean install npm dependencies
2121
run: npm ci
2222
- name: Check project can build successfully
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Node
4444
uses: actions/setup-node@v2
4545
with:
46-
node-version: '16.x'
46+
node-version: '18.x'
4747
- name: Clean install npm dependencies
4848
run: npm ci
4949
- name: Publish to npm

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Checka11y.css is licensed under MIT. As a minimum, you are required to KEEP AND
185185

186186
## Contributing
187187

188-
_This project uses npm ≥ 8 and Node ≥ 16 - however any project using this package **does not** need these versions, they can use any version of npm & Node._
188+
_This project uses npm ≥ 8 and Node ≥ 18 - however any project using this package **does not** need these versions, they can use any version of npm & Node._
189189

190190
1. Read [CONTRIBUTING](./CONTRIBUTING.md) guidelines
191191
2. `git clone https://github.com/jackdomleo7/Checka11y.css.git` or fork the repo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
}
9696
},
9797
"engines": {
98-
"node": ">=16",
98+
"node": ">=18",
9999
"npm": "8"
100100
}
101101
}

0 commit comments

Comments
 (0)