Skip to content

Commit f3a3385

Browse files
build(deps-dev): bump @babel/preset-env from 7.22.14 to 7.22.15 (#2238)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fisker Cheung <lionkay@gmail.com>
1 parent 709c287 commit f3a3385

File tree

2 files changed

+112
-264
lines changed

2 files changed

+112
-264
lines changed

.github/workflows/nodejs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Node CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48

59
permissions:
610
contents: read
@@ -43,6 +47,7 @@ jobs:
4347
- run: yarn c8 yarn test:node
4448
- uses: codecov/codecov-action@v3
4549
with:
50+
token: ${{ secrets.CODECOV_TOKEN }}
4651
fail_ci_if_error: true
4752
files: coverage/lcov.info
4853
- run: yarn test:standalone

0 commit comments

Comments
 (0)