Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueweiand committed Oct 31, 2023
1 parent ac32ebc commit 3492f2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ on: [push]

jobs:
unit-test:
runs-on: node-19
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v2
with:
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
path: node_modules

- name: Use Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 3492f2f

Please sign in to comment.