From 8369c36e88df4dd73e75acb25b4c3cc5572215ba Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Fri, 8 Sep 2023 12:24:38 -0700 Subject: [PATCH] chore(workflows): update node version to 18 (#1276) --- .github/workflows/actions/publish-npm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/publish-npm/action.yml b/.github/workflows/actions/publish-npm/action.yml index a9c6b9810..462462e52 100644 --- a/.github/workflows/actions/publish-npm/action.yml +++ b/.github/workflows/actions/publish-npm/action.yml @@ -17,7 +17,7 @@ runs: steps: - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install latest npm run: npm install -g npm@latest shell: bash