Skip to content

Commit

Permalink
Update devDependencies and drop Node.js < 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 8, 2024
1 parent a1dc934 commit 6926e42
Show file tree
Hide file tree
Showing 5 changed files with 2,061 additions and 7,056 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node: [14, 16, 18, 20]
node: [18, 20]

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

Loading

0 comments on commit 6926e42

Please sign in to comment.