From 5a4fadb66addcb84e25f3557f0625a0fb0bab911 Mon Sep 17 00:00:00 2001 From: rishigupta1599 Date: Mon, 6 May 2024 11:15:00 +0530 Subject: [PATCH] Making lint job node 18 --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 37b54302..6b8cd664 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,12 +12,12 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: actions/cache@v3 with: path: node_modules - key: ${{ runner.os }}/node-16/${{ hashFiles('**/yarn.lock') }} - restore-keys: ${{ runner.os }}/node-16/ + key: ${{ runner.os }}/node-18/${{ hashFiles('**/yarn.lock') }} + restore-keys: ${{ runner.os }}/node-18/ - run: yarn env: PERCY_POSTINSTALL_BROWSER: true