From be6d1ab351df681de77df3a768b7f1f2ad5f40b4 Mon Sep 17 00:00:00 2001 From: Webber Date: Wed, 16 Aug 2023 10:18:03 +0200 Subject: [PATCH] fix: up workflow node to lts --- .github/workflows/cleanup.yml | 2 +- .github/workflows/integrity-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 7a39dba7..48f82d53 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -21,7 +21,7 @@ jobs: lfs: true - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: '18' - run: yarn - run: yarn run cli --help env: diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index 4d64fb87..64e01b29 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' - run: yarn - run: yarn lint - run: yarn test --coverage