Skip to content

Commit

Permalink
Merge pull request #110 from oslllo/security
Browse files Browse the repository at this point in the history
fix: security vulnerabilities
  • Loading branch information
Ghustavh97 authored Jul 21, 2024
2 parents 6f76f0d + e8e09e0 commit 1643210
Show file tree
Hide file tree
Showing 4 changed files with 845 additions and 601 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: oslllo-svg-fixer
release-as: 4.0.1
release-as: 5.0.0
# The logic below handles the npm publication:
- uses: actions/checkout@v2
# these if statements ensure that a publication only occurs when
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 1643210

Please sign in to comment.