diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 664f58581..d4f36548d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,10 +18,10 @@ jobs: with: fetch-depth: 0 - - name: Setup Node.js 16.x + - name: Setup Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: 'npm' - name: Install Dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e6e8cf01..afa70ec1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18.x cache: 'npm' - name: Install dependencies