Skip to content

Commit

Permalink
Update dev-ci_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCZanchetta authored Jan 16, 2025
1 parent 2d0c2db commit d9a7e7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dev-ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -30,12 +30,12 @@ jobs:

steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js 16
uses: actions/setup-node@v2
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: 🔨 Build Project
run: |
Expand Down

0 comments on commit d9a7e7f

Please sign in to comment.