Skip to content

Commit

Permalink
Update ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-piotr committed Apr 21, 2024
1 parent 41fff9f commit 0f44d48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# ew tips github actions
# -# uses: mxschmitt/action-tmate@v2
on:
pull_request:
push:
branches:
- master
- main

jobs:
CI:
Expand All @@ -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"
Expand Down

0 comments on commit 0f44d48

Please sign in to comment.