Skip to content

Commit

Permalink
fix(cicd): upgrade CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Nov 21, 2021
1 parent 47e8445 commit 3c02cbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: 🟢 Setup NodeJS ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v2

- name: 🟢 Setup NodeJS ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand All @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v2

- name: 🟢 Setup NodeJS ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand All @@ -89,7 +89,7 @@ jobs:

distribute:
name: 🛩️ Deliver project
needs: [validate, test, build]
needs: build
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 3c02cbf

Please sign in to comment.