Skip to content

Commit

Permalink
[CI/CD] update v20 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelrealwri committed Apr 5, 2024
1 parent dd983aa commit 3998a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
Expand All @@ -50,9 +50,9 @@ jobs:
run: echo "This workflow for ref ${{ github.ref }} was triggered by ${{ github.event_name }} event, running on ${{ runner.os }}."

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: '.nvmrc'

- name: Find yarn cache location
id: yarn-cache
Expand Down

0 comments on commit 3998a7a

Please sign in to comment.