Skip to content

Commit

Permalink
chore(deps): npm deps majors
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 10, 2024
1 parent bd48fd2 commit e18be50
Show file tree
Hide file tree
Showing 3 changed files with 3,382 additions and 3,329 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
test:
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: 16
node-version: 20
- name: 📦️ Install
run: npm i
- name: 🧪 Test and upload to PactFlow 📈
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🛂 Can I deploy?
run: BRANCH=${GITHUB_REF:11} make can_i_deploy

Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
needs: [can-i-deploy]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🚀 Deploy
run: BRANCH=${GITHUB_REF:11} make deploy
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
Loading

0 comments on commit e18be50

Please sign in to comment.