Skip to content

Commit

Permalink
fix(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 17, 2025
1 parent 1859440 commit a0aea44
Show file tree
Hide file tree
Showing 7 changed files with 8,253 additions and 13,414 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 22
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Publish
Expand Down
3 changes: 1 addition & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
nodejs lts-hydrogen
# Hydrogen = Node v18
nodejs 22.14.0

Loading

0 comments on commit a0aea44

Please sign in to comment.