Skip to content

Commit

Permalink
Merge pull request #21 from findologic/IN-2487-Update-GitHub-Workflow…
Browse files Browse the repository at this point in the history
…s-to-Use-Supported-Versions-of-actions/cache

IN-2487-Update-GitHub-Workflows-to-Use-Supported-Versions-of-actions/cache
  • Loading branch information
malesevic02 authored Feb 3, 2025
2 parents 55d2ebb + 0feedbd commit 74bb40d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @howard @wladi0097
* @simonhintersonnleitner
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
name: Test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -30,4 +30,3 @@ jobs:

- name: Run tests
run: npm test

0 comments on commit 74bb40d

Please sign in to comment.