Skip to content

Commit

Permalink
Upgrade Node version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdomleo7 committed Jan 21, 2023
1 parent 4ca27b2 commit 5e2350c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Clean install npm dependencies
run: npm ci
- name: Check project can build successfully
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Clean install npm dependencies
run: npm ci
- name: Publish to npm
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Checka11y.css is licensed under MIT. As a minimum, you are required to KEEP AND

## Contributing

_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._
_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._

1. Read [CONTRIBUTING](./CONTRIBUTING.md) guidelines
2. `git clone https://github.com/jackdomleo7/Checka11y.css.git` or fork the repo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}
},
"engines": {
"node": ">=16",
"node": ">=18",
"npm": "8"
}
}

0 comments on commit 5e2350c

Please sign in to comment.