Skip to content

Commit 6b15052

Browse files
committed
wip
1 parent fa87b1b commit 6b15052

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,18 @@ jobs:
9191
XDG_DATA_HOME: /tmp/foo
9292
9393
- run: |
94+
set -x
9495
sudo ./pkgm.ts i node@22 dev
96+
dev --version
97+
node --version
9598
[[ $(node --version) = v22* ]] || exit 2
9699
mkdir foo
97100
cd foo
98101
echo "dependencies: node@20" > pkgx.yaml
99102
mkdir -p /tmp/foo/pkgx/dev$PWD/
100103
touch /tmp/foo/pkgx/dev$PWD/dev.pkgx.activated # `dev .` doesn’t work in CI (fix in dev^2)
104+
node --version
105+
cat /usr/local/bin/node
101106
[[ $(node --version) = v20* ]] || exit 3
102107
env:
103108
XDG_DATA_HOME: /tmp/foo

0 commit comments

Comments
 (0)