Skip to content

Commit

Permalink
Enable custom concurrent and update lock/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogasparin committed Mar 17, 2024
1 parent 6ec17b5 commit a41232c
Show file tree
Hide file tree
Showing 5 changed files with 9,356 additions and 13,152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node: [20]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
Loading

0 comments on commit a41232c

Please sign in to comment.