Skip to content

Commit

Permalink
drop node 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Apr 17, 2024
1 parent 2087164 commit 094119a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ jobs:
run: docker container run -v ${GITHUB_WORKSPACE}:/app node /bin/bash -c 'source ~/.bashrc && pnpm run infection'
- name: pnpm run build
run: docker container run -v ${GITHUB_WORKSPACE}:/app node /bin/bash -c 'source ~/.bashrc && pnpm run build'
node16:
name: Node 16
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: checkout node
uses: actions/setup-node@v4
with:
node-version: '16'
- run: corepack enable pnpm
- run: pnpm install
- run: pnpm run test
node18:
name: Node 18
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dist"
],
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@chubbyts/chubbyts-dic": "^1.2.0",
Expand Down

0 comments on commit 094119a

Please sign in to comment.