Update Node version in workflow
All checks were successful
Lint and Build / lint-and-build (pull_request) Successful in 33s

This commit is contained in:
Prathamesh Musale 2025-12-31 16:13:41 +05:30
parent d051054aa4
commit 2a7be73ee4

View File

@ -15,19 +15,14 @@ on:
jobs:
lint-and-build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: '22.x'
- name: Enable corepack and yarn
run: corepack enable