diff options
Diffstat (limited to '.github/workflows/deploy_website.yml')
| -rw-r--r-- | .github/workflows/deploy_website.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index 9018d4c..b0bb438 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -34,7 +34,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - name: Run install uses: borales/actions-yarn@v5 with: |
