Skip to content

Commit

Permalink
what even is my node version
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Feb 13, 2024
1 parent 969f89f commit 1f5e48c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: actions/checkout@v3

- name: Install Wrangler
run: npx --yes wrangler@3
run: |
node -v
npx --yes wrangler@3
- name: Install Rustup using win.rustup.rs
run: |
Expand Down

0 comments on commit 1f5e48c

Please sign in to comment.