From 6e02d130340194099327e8a9eb149e65ea5e2c5c Mon Sep 17 00:00:00 2001 From: Elijah Potter Date: Mon, 30 Dec 2024 13:13:30 -0700 Subject: [PATCH] build(precommit): update Node.js version to one that supports native ES module imports --- .github/workflows/precommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index 3ef4a66e..3fa72394 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -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