Skip to content

Commit df35d10

Browse files
committed
chore: fix test workflow on GitHub
1 parent db539b8 commit df35d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/download-artifact@v4
6565
with:
6666
name: built-package
67-
path: ./dist/node14/
67+
path: ./dist/
6868

6969
- name: Install dependencies (without rebuilding)
7070
run: npm install --ignore-scripts
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/download-artifact@v4
111111
with:
112112
name: built-package
113-
path: ./dist/node14/
113+
path: ./dist/
114114

115115
- name: Prepare package.json for Node.js v14 - v16
116116
run: cp -f package.test-node14.json package.json

0 commit comments

Comments
 (0)