Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Nov 18, 2024
1 parent 8a82015 commit 2736143
Show file tree
Hide file tree
Showing 10 changed files with 1,243 additions and 2,047 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: npm

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 20.X
- name: Use Node.js 22.X
uses: actions/setup-node@v4
with:
node-version: 20.X
node-version: 22.X
cache: npm

- name: Install dependencies
Expand Down
Loading

0 comments on commit 2736143

Please sign in to comment.