Skip to content

Commit

Permalink
dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Aug 28, 2024
1 parent 419324e commit 0ae8061
Show file tree
Hide file tree
Showing 3 changed files with 3,034 additions and 1,343 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Prepare
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Prepare
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "npm"
- name: Install
run: npm ci
Expand Down
Loading

0 comments on commit 0ae8061

Please sign in to comment.