mirror of
https://github.com/gofiber/storage.git
synced 2025-10-24 00:43:12 +08:00
Compare commits
1 Commits
add-config
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
![]() |
74e5927649 |
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
go-version: "1.23.x"
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
|
2
.github/workflows/sync-docs.yml
vendored
2
.github/workflows/sync-docs.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
|
2
.github/workflows/test-cloudflarekv.yml
vendored
2
.github/workflows/test-cloudflarekv.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
|
Reference in New Issue
Block a user