Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 14, 2025
1 parent 86cab5d commit a6130a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
PKGX_DIR: ${{ matrix.prefix }}
+: node@18 deno.land

- run: '[[ "$(node --version)" == v18.* ]]'
- run: test -f '${{ matrix.prefix }}/deno.land/v*/bin/deno'
if: ${{ matrix.prefix }}

- run: pkgx --version
- run: test "$(node --eval 'console.log(1)')" = "v18*"
- run: '[[ "$(node --version)" == v18.* ]]'
- run: deno --version

multiple-apply-is-ok:
Expand Down

0 comments on commit a6130a7

Please sign in to comment.