We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f7447 commit 8469469Copy full SHA for 8469469
1 file changed
.github/workflows/test-all-versions.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
name: package-dist
37
path: |
38
- console-table-printer-*.tgz
+ simple-wcswidth-*.tgz
39
test/githubActionsTest/package-test.js
40
dist/
41
@@ -63,9 +63,9 @@ jobs:
63
- name: Test package
64
run: |
65
mkdir test-pkg && cd test-pkg
66
- mv ../console-table-printer-*.tgz ./
+ mv ../simple-wcswidth-*.tgz ./
67
mv ../test/githubActionsTest/package-test.js ./
68
yarn init -y
69
- yarn add ./console-table-printer-*.tgz
+ yarn add ./simple-wcswidth-*.tgz
70
echo "Running tests on Node.js ${{ matrix.node-version }}..."
71
node package-test.js
0 commit comments