From 3bad53c953c7538e31fe74531e05359fa8de2828 Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Fri, 23 Aug 2024 13:57:01 -0400 Subject: [PATCH] update node version --- .github/workflows/webpack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index f411e87..cd7ac80 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} + node-version: "16.x" - name: Install dependencies run: npm install