fix: using setup node v3

This commit is contained in:
sriram veeraghanta 2023-11-28 16:58:31 +05:30
parent e5bb1e80cf
commit 495da01073
2 changed files with 1 additions and 7 deletions

View File

@ -16,13 +16,10 @@ jobs:
uses: actions/checkout@v3.3.0
- name: Setup Node.js 18.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
- run: |
corepack enable
yarn set version 3.6.4
- name: Get changed files
id: changed-files

View File

@ -34,8 +34,5 @@
"resolutions": {
"@types/react": "^18.2.39"
},
"engines": {
"yarn": "1.22.21"
},
"packageManager": "yarn@3.6.4"
}