Skip to content

Commit

Permalink
Upgrade: Bumping several dependencies to newer version (#2417)
Browse files Browse the repository at this point in the history
Bumping several dependencies to newer version
  • Loading branch information
vidorteg committed Sep 13, 2024
1 parent 45e9d93 commit b59a8de
Show file tree
Hide file tree
Showing 6 changed files with 9,016 additions and 13,074 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

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

0 comments on commit b59a8de

Please sign in to comment.