Skip to content

Commit

Permalink
Update deps, require node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 22, 2024
1 parent 8328251 commit 80a97fb
Show file tree
Hide file tree
Showing 6 changed files with 20,275 additions and 24,554 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ updates:
directory: /
schedule:
interval: weekly

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
- name: Set up Node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: '16'
node-version: '20'

- name: Setup PHP
uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d
Expand Down
Loading

0 comments on commit 80a97fb

Please sign in to comment.