Skip to content

Commit

Permalink
upgrade to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkagon committed Jan 16, 2025
1 parent 7983156 commit 69eeeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
key: v2-${{ runner.os }}-gems-fdsh_gateway-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/Gemfile' ) }}
restore-keys: |
v2-${{ runner.os }}-gems-fdsh_gateway-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/Gemfile' ) }}
- uses: actions/setup-node@v3
- uses: actions/setup-node4
with:
node-version: '14.x'
- name: Restore Node Modules
id: npm-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-node_v14_modules-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 69eeeb2

Please sign in to comment.