From 0f44d48b2c97290615fd8606c5a91ac20cefae3a Mon Sep 17 00:00:00 2001 From: Piotr Szlachciak Date: Sun, 21 Apr 2024 15:25:15 +0200 Subject: [PATCH] Update ci action --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c1acaf2..71c97bd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,8 @@ -# ew tips github actions -# -# uses: mxschmitt/action-tmate@v2 on: pull_request: push: branches: - - master + - main jobs: CI: @@ -19,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} cache: "pnpm"