Skip to content

Commit

Permalink
updating packages and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Aug 26, 2024
1 parent 3ca1dc3 commit 7c81034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
],
"license": "MIT",
"dependencies": {
"edge-js": "^22.1.0"
"edge-js": "^22.1.2"
}
}

0 comments on commit 7c81034

Please sign in to comment.