Skip to content

Commit

Permalink
chore(all): bumped CI configure to use latest verison of action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
z3dev committed Jan 1, 2025
1 parent 7c14e15 commit 17b3377
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
pull_request:
branches:
- master
- V3

jobs:
Expand All @@ -16,7 +15,7 @@ jobs:
name: Node ${{ matrix.node }} test
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
with:
version: 7
- name: Setup Node ${{ matrix.node }}
Expand Down

0 comments on commit 17b3377

Please sign in to comment.