From ef72e0dc6857dbb9131c6ec385098e2d4d1f3db6 Mon Sep 17 00:00:00 2001 From: nruest Date: Wed, 24 Jul 2024 12:39:06 -0400 Subject: [PATCH] Update node version for action. --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index db3bf98..b936453 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '20.x' - name: install working-directory: ./website run: npm install @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '20.x' - name: install working-directory: ./website run: npm install