Skip to content

Commit

Permalink
chore: Use Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed May 2, 2024
1 parent d3be1b9 commit 6865cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
ignore:
- dependency-name: '@types/node'
versions:
- '> 20.x'
- '> 22.x'
- dependency-name: 'parse-url'
versions:
- '> 8.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Set yarn cache directory
id: yarn-cache-dir-path
Expand Down

0 comments on commit 6865cf8

Please sign in to comment.