Skip to content

Commit

Permalink
Merge pull request #847 from motdotla/deps-updates
Browse files Browse the repository at this point in the history
clean up dev dependencies
  • Loading branch information
motdotla authored Dec 3, 2024
2 parents 55801a6 + 2f4e36b commit bb19b6b
Show file tree
Hide file tree
Showing 6 changed files with 11,688 additions and 14,373 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
12 changes: 5 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Coverage directory
.nyc_output
coverage

# Dependency directory
node_modules

.DS_Store
.nyc_output
.tap
coverage/
node_modules/
.idea/
.vscode
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ appveyor.yml
CONTRIBUTING.md
dotenv.png
dotenv.svg
tea.yaml
Loading

0 comments on commit bb19b6b

Please sign in to comment.