From 9a701a4ec7e5aeaf0e5f87bda3ee739b5a48cc6e Mon Sep 17 00:00:00 2001 From: marky ercillo Date: Tue, 2 Jul 2024 10:56:20 -0700 Subject: [PATCH] update Node Version --- .github/actions/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 59f1c5f..d4ebcbb 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -10,10 +10,10 @@ jobs: with: version: latest run_install: true - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3.4.1 with: - node-version: 16.x + node-version: 18.x cache: "pnpm" - name: Build the extension run: pnpm build