Skip to content

Commit

Permalink
feat: dropping support for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 4, 2023
1 parent bac3a7b commit 148bb35
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 227 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ updates:
- erunion
labels:
- dependencies
groups:
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16

- name: Get npm cache directory
id: npm-cache-dir
Expand Down Expand Up @@ -39,13 +37,12 @@ jobs:
- ubuntu-latest
- windows-latest
node:
- 16
- 18
- 20

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node ${{ matrix.node }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
Loading

0 comments on commit 148bb35

Please sign in to comment.