diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f94b2c33..44483bfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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