Skip to content

Commit

Permalink
fix: keep trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Nov 25, 2024
1 parent 103291c commit d87dfad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
node-version: 20
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/test
- name: Deploy to Staging
uses: cloudflare/wrangler-action@2.0.0
Expand All @@ -28,7 +28,7 @@ jobs:
with:
release-type: node
package-name: referrals-service
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/test
- name: Deploy to Production
uses: cloudflare/wrangler-action@2.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/test

0 comments on commit d87dfad

Please sign in to comment.