From 0f57f5d539a70aeea8d026b4e74943020f5a9c04 Mon Sep 17 00:00:00 2001 From: Valentin Hervieu Date: Wed, 18 Oct 2023 11:00:44 +0200 Subject: [PATCH] chore: rollback to Node 16 --- .github/workflows/github-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 2ccb03b..90cda3c 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 18.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 16.x # setup cache - name: Get yarn cache directory path