diff --git a/.github/workflows/linting_testing.yml b/.github/workflows/linting_testing.yml index cc411b93..24d22635 100644 --- a/.github/workflows/linting_testing.yml +++ b/.github/workflows/linting_testing.yml @@ -15,12 +15,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install Yarn packages run: yarn install