Skip to content

Commit f4043e4

Browse files
authored
Update CI config (#1986)
1 parent d7f7341 commit f4043e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI
22
on:
33
- push
44
- pull_request
5+
permissions:
6+
contents: read
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
510
jobs:
611
test:
712
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)