forked from github/plane
fix: using setup node v3
This commit is contained in:
parent
e5bb1e80cf
commit
495da01073
@ -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
|
||||
|
@ -34,8 +34,5 @@
|
||||
"resolutions": {
|
||||
"@types/react": "^18.2.39"
|
||||
},
|
||||
"engines": {
|
||||
"yarn": "1.22.21"
|
||||
},
|
||||
"packageManager": "yarn@3.6.4"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user