Skip to content

Commit 5da4b10

Browse files
authored
Merge pull request #143 from jackdomleo7/141_node_v16
2 parents ac2ca6f + 0b7173e commit 5da4b10

4 files changed

Lines changed: 6 additions & 6 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: '14.x'
19+
node-version: '16.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: '14.x'
46+
node-version: '16.x'
4747
- name: Clean install npm dependencies
4848
run: npm ci
4949
- name: Publish to npm

README.md

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

172172
## Contributing
173173

174-
_This project uses npm8 and Node >= 14 - however any project using this package **does not** need these versions, they can use any version of npm & Node._
174+
_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._
175175

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

package-lock.json

Lines changed: 2 additions & 2 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
@@ -84,7 +84,7 @@
8484
}
8585
},
8686
"engines": {
87-
"node": ">=14",
87+
"node": ">=16",
8888
"npm": "8"
8989
}
9090
}

0 commit comments

Comments
 (0)