Skip to content

Commit

Permalink
fix(ci): downgrade gh actions to verify why lib is not built
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Mar 22, 2023
1 parent 5906a35 commit 9bfa9f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Setup
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: 18
- uses: actions/cache@v2
Expand All @@ -30,16 +30,16 @@ jobs:
name: Test
runs-on: ubuntu-latest
needs: setup
services:
mongo:
image: mongo
ports:
- 27017:27017
# services:
# mongo:
# image: mongo
# ports:
# - 27017:27017
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Setup
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: 18
- uses: actions/cache@v2
Expand Down

0 comments on commit 9bfa9f2

Please sign in to comment.