This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch fix-setup-node
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/fix-setup-node by this push:
new a2b2b0883 apply to all setup-node
a2b2b0883 is described below
commit a2b2b0883449e5afce5fa9719c2956863faa4b43
Author: suyanhanx <[email protected]>
AuthorDate: Fri Nov 17 23:04:41 2023 +0800
apply to all setup-node
Signed-off-by: suyanhanx <[email protected]>
---
.github/workflows/bindings_nodejs.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/bindings_nodejs.yml
b/.github/workflows/bindings_nodejs.yml
index d547c2e18..a7bf1f330 100644
--- a/.github/workflows/bindings_nodejs.yml
+++ b/.github/workflows/bindings_nodejs.yml
@@ -128,14 +128,14 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Corepack
+ run: corepack enable
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
cache-dependency-path: "bindings/nodejs/yarn.lock"
- - name: Corepack
- run: corepack enable
- name: Install dependencies
run: yarn install --immutable
- name: Build
@@ -171,14 +171,14 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Corepack
+ run: corepack enable
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
cache-dependency-path: "bindings/nodejs/yarn.lock"
- - name: Corepack
- run: corepack enable
- name: Install dependencies
run: yarn install --immutable
- name: Build
@@ -220,14 +220,14 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Corepack
+ run: corepack enable
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
cache-dependency-path: "bindings/nodejs/yarn.lock"
- - name: Corepack
- run: corepack enable
- name: Install dependencies
run: yarn install --immutable
- name: Build
@@ -252,14 +252,14 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Corepack
+ run: corepack enable
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "18"
cache: yarn
cache-dependency-path: "bindings/nodejs/yarn.lock"
- - name: Corepack
- run: corepack enable
- name: Install dependencies
run: yarn install --immutable