Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed Oct 21, 2023
1 parent 0928039 commit f472fdb
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm
cache-dependency-path: report/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Install global dependencies:

- Node.js LTS
- Go >= 1.20
- Go >= 1.21

Install project dependencies:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/gaelgirodon/dirstat

go 1.20
go 1.21
Loading

0 comments on commit f472fdb

Please sign in to comment.