diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c5e0fe..9cf520de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'yarn' - name: Yarn run: yarn diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3323c047..ef571ff0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'yarn' - name: Yarn run: yarn diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4eab4a19..533f90c3 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Yarn audit run: | yarn audit