Skip to content

Commit

Permalink
ci: update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Apr 18, 2024
1 parent 0ada996 commit ed9752e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18]
node: [20]
steps:
- uses: zendesk/checkout@v3
- uses: zendesk/setup-node@v3
- uses: zendesk/checkout@v4
- uses: zendesk/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand All @@ -36,8 +36,8 @@ jobs:
runs-on: ubuntu-latest
if: github.actor != 'github-actions[bot]' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
steps:
- uses: zendesk/checkout@v3
- uses: zendesk/setup-node@v3
- uses: zendesk/checkout@v4
- uses: zendesk/setup-node@v4
with:
node-version: 16
scope: zendesk
Expand Down

0 comments on commit ed9752e

Please sign in to comment.