Skip to content

Commit

Permalink
build(precommit): update Node.js version to one that supports native …
Browse files Browse the repository at this point in the history
…ES module imports
  • Loading branch information
elijah-potter committed Dec 30, 2024
1 parent d05c7ab commit 6e02d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: extractions/setup-just@v2
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
- name: Install `wasm-pack`
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Precommit
Expand Down

0 comments on commit 6e02d13

Please sign in to comment.