From a1a7ab82e5b3c58104255a8aaf20f970d711ffff Mon Sep 17 00:00:00 2001 From: Adrien Boutigny Date: Wed, 26 Jun 2024 12:09:36 +0200 Subject: [PATCH] fix workflow --- .github/workflows/update-airtable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-airtable.yml b/.github/workflows/update-airtable.yml index 36bd162..d4d2cb8 100644 --- a/.github/workflows/update-airtable.yml +++ b/.github/workflows/update-airtable.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Export DS to Airtable +name: Export DS to Grist on: workflow_dispatch: {} @@ -18,7 +18,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: "yarn" - run: yarn install - run: node ds-to-grist.js