Skip to content

Commit 8469469

Browse files
committed
chore: Fixing all nodeversions test
1 parent 51f7447 commit 8469469

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-all-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
name: package-dist
3737
path: |
38-
console-table-printer-*.tgz
38+
simple-wcswidth-*.tgz
3939
test/githubActionsTest/package-test.js
4040
dist/
4141
@@ -63,9 +63,9 @@ jobs:
6363
- name: Test package
6464
run: |
6565
mkdir test-pkg && cd test-pkg
66-
mv ../console-table-printer-*.tgz ./
66+
mv ../simple-wcswidth-*.tgz ./
6767
mv ../test/githubActionsTest/package-test.js ./
6868
yarn init -y
69-
yarn add ./console-table-printer-*.tgz
69+
yarn add ./simple-wcswidth-*.tgz
7070
echo "Running tests on Node.js ${{ matrix.node-version }}..."
7171
node package-test.js

0 commit comments

Comments
 (0)