diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-20 23:00:49 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-20 23:00:49 -0500 |
commit | 6af3662b47580f810bca0103ced31f666e15f007 (patch) | |
tree | 52d83139706a93457dec7f53dadc65bb366f2aa0 /.github/workflows | |
parent | 4dfbeeb0b08600120a615baec53f1c7d6559fb61 (diff) | |
download | tanzanite-6af3662b47580f810bca0103ced31f666e15f007.tar.gz tanzanite-6af3662b47580f810bca0103ced31f666e15f007.tar.bz2 tanzanite-6af3662b47580f810bca0103ced31f666e15f007.zip |
do even more fixes
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/checks.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f005f4a..b7bcc00 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 17.x - name: Yarn Cache uses: c-hive/gha-yarn-cache@v2 - name: Install Dependencies @@ -38,7 +38,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 17.x - name: Yarn Cache uses: c-hive/gha-yarn-cache@v2 - name: Install Dependencies |