From 9fa7a96f2e0175198bf827f8cf04700cbdf5639e Mon Sep 17 00:00:00 2001 From: Santiago Gonzalez Date: Tue, 26 Sep 2023 15:51:01 -0500 Subject: [PATCH] update publish workflow node version --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d42b63d..05eb65c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18.x registry-url: https://registry.npmjs.org/ - run: yarn global add npm - name: Check package version