Skip to content

Commit

Permalink
Make v2 main
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Aug 24, 2024
1 parent 59a9085 commit d2559fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: v2
- uses: textbook/take-action@nodejs
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
ping:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- run: curl 'https://starter-kit-v2.onrender.com/api/message'
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [v2]
branches: [main]
pull_request:
branches: [v2]
branches: [main]

jobs:
nodejs:
Expand Down

0 comments on commit d2559fc

Please sign in to comment.