Skip to content

Commit

Permalink
build: bump node versions in manifest and ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Termont <[email protected]>
  • Loading branch information
termontwouter committed Nov 23, 2023
1 parent 9945aa9 commit 0d912cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 20.x
- run: yarn install
- run: yarn run lint

Expand All @@ -24,6 +24,9 @@ jobs:
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
- 21.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "Ruben Taelman <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=8.0"
"node": ">=14"
},
"scripts": {
"test": "npm run test:jest && npm run test:webpack",
Expand Down

0 comments on commit 0d912cf

Please sign in to comment.