diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 27b5f5f..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -ko_fi: stevenlgtm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9a5227c..2435aac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 check-latest: true cache: true - name: Verify go.mod is tidy @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: yarn cache-dependency-path: "web/yarn.lock" - run: yarn @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: yarn cache-dependency-path: "web/yarn.lock" - run: yarn @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 check-latest: true cache: true - name: Run all tests