diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ba3c7ad3..8183fc4e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 772f2883..a7351c93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 13710b11..34077c4f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 290346d3..2e0d511a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b43a4812..14d5dba5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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