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 251dfce commit b2e8dd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@ on:
- cron: '0 0 * * *'

jobs:
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: npm install -g pnpm@latest
- run: pnpm install
- run: pnpm run build
- run: TZ=Europe/Zurich pnpm test -- --coverage
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 @@ -58,7 +58,7 @@
"vue-tsc": "^2.0.12"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit b2e8dd2

Please sign in to comment.