Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Jan 31, 2024
1 parent 2564323 commit 04041ba
Show file tree
Hide file tree
Showing 4 changed files with 1,160 additions and 1,125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run test-ci
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ branding:
icon: "download-cloud"
color: "purple"
runs:
using: "node16"
using: "node20"
main: "lib/index.js"
Loading

0 comments on commit 04041ba

Please sign in to comment.