Skip to content

Commit

Permalink
Fix Github Actions in webship-js #120
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaimaaNatshah committed Dec 23, 2023
1 parent 86a011f commit 10dae5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: node:19
image: node:18

strategy:
fail-fast: false
Expand All @@ -24,8 +24,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19'
cache: 'npm'
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn test
env:
Expand Down

0 comments on commit 10dae5b

Please sign in to comment.