Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# standard @username or @org/team-name format. You can also refer to a user by an
# email address that has been added to their GitHub account, for example user@example.com

* @dragonflyoss/dragonfly2-reviewers
.github @dragonflyoss/dragonfly2-maintainers
* @dragonflyoss/dragonfly-approvers
.github @dragonflyoss/dragonfly-maintainers
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Setup node
uses: actions/setup-node@v5
with:
node-version: '18.x'
node-version: '20.20.0'

- run: yarn

- name: Cache nextjs build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v5
with:
node-version: '18.x'
node-version: '20.20.0'

- name: Install dependencies
run: yarn install --force
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Setup node
uses: actions/setup-node@v5
with:
node-version: '18.x'
node-version: '20.20.0'

- run: yarn install

- name: Linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v5
with:
node-version: '18.x'
node-version: '20.20.0'

- name: Install
run: yarn install
Expand Down
Loading