fix: updating setup-node v4

This commit is contained in:
sriram veeraghanta 2023-11-28 15:47:52 +05:30
parent b0e0ab30e5
commit e0e78903cd

View File

@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v3.3.0 uses: actions/checkout@v3.3.0
- name: Setup Node.js 18.x - name: Setup Node.js 18.x
uses: actions/setup-node@v2 uses: actions/setup-node@v4
with: with:
node-version: 18.x node-version: 18.x
cache: 'yarn' cache: "yarn"
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files
@ -44,5 +44,3 @@ jobs:
run: | run: |
yarn yarn
yarn build --filter=space yarn build --filter=space