Skip to content

Commit

Permalink
Use node 18.15
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetavares committed Jun 23, 2023
1 parent 37c9752 commit 4458354
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 18.15
- uses: actions/cache@master
id: yarn-cache
with:
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 18.15
- uses: actions/cache@master
id: yarn-cache
with:
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 18.15
- uses: actions/cache@master
id: yarn-cache
with:
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 18.15
- uses: actions/cache@master
id: yarn-cache
with:
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 18.15
- uses: actions/cache@master
id: yarn-cache
with:
Expand All @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 18.15
- uses: actions/cache@master
id: yarn-cache
with:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 18.15
- uses: actions/cache@master
id: yarn-cache
with:
Expand Down

0 comments on commit 4458354

Please sign in to comment.