Skip to content

Commit

Permalink
Update Node in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 11, 2024
1 parent ab088de commit b906f0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bb.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: bb
on:
issues:
types: [opened, reopened, edited, closed, labeled, unlabeled]
types: [closed, edited, labeled, opened, reopened, unlabeled]
pull_request_target:
types: [opened, reopened, edited, closed, labeled, unlabeled]
types: [closed, edited, labeled, opened, reopened, unlabeled]
jobs:
main:
runs-on: ubuntu-latest
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: main
on:
- pull_request
- push
jobs:
main:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
strategy:
matrix:
node:
- lts/gallium
- lts/hydrogen
- node
name: main
on:
- pull_request
- push

0 comments on commit b906f0c

Please sign in to comment.