Skip to content

Commit c7df0cb

Browse files
committed
fix node dir
1 parent f3c3715 commit c7df0cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,10 @@ jobs:
303303
with:
304304
node-version: 24
305305

306+
- name: Record Node directory
307+
shell: bash
308+
run: echo "NODE_DIR=D:\\a\\node-v24.10.0" >> "$GITHUB_ENV"
309+
306310
- name: Cache Node directory
307311
id: cache-node-dir
308312
uses: actions/cache@v4
@@ -324,10 +328,6 @@ jobs:
324328
shell: bash
325329
run: curl -sSL "https://nodejs.org/download/release/v24.10.0/win-x64/node.lib" --create-dirs -o "$NODE_DIR/Release/node.lib"
326330

327-
- name: Record Node directory
328-
shell: bash
329-
run: echo "NODE_DIR=D:\\a\\node-v24.10.0" >> "$GITHUB_ENV"
330-
331331
- uses: pnpm/action-setup@v3
332332
with:
333333
version: 9

0 commit comments

Comments
 (0)