From b5a293323ad5d7bd68f3f3a0d65a2bb5f9d82a48 Mon Sep 17 00:00:00 2001 From: 49fl Date: Fri, 11 Oct 2024 12:51:21 -0400 Subject: [PATCH] Fix doc gen (#275) * YOYO NEW API SPEC! * Add UserIdentifier test data generator * Add CodeLanguage test code generator * Fix up file creation executor test generator * Add shortlink deletion to expectedToFail * Whoops, include the new example files * Update to lowest node version we can ues --------- Co-authored-by: github-actions[bot] --- .github/workflows/update-spec-for-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-spec-for-docs.yml b/.github/workflows/update-spec-for-docs.yml index e6c47f7..8d20c45 100644 --- a/.github/workflows/update-spec-for-docs.yml +++ b/.github/workflows/update-spec-for-docs.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.5.1 with: - node-version: '16' + node-version: '18' cache: 'yarn' - run: yarn install - run: yarn gen