From 258e0bab1bc879f5f1eb1a556fbb68689d5eeeee Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Mon, 15 Jan 2024 17:54:15 -0500 Subject: [PATCH] try bumping to node 18? --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0a47ae..515259b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: run: | yarn --frozen-lockfile --ignore-scripts npm install node-gyp -g - yarn prebuild --arch x64 -t 16.0.0 + yarn prebuild --arch x64 -t 18.0.0 - name: Upload artifacts uses: actions/upload-artifact@v3 with: