Skip to content

Commit

Permalink
ci: used node 18 and checkoutv4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Mukiienko committed Dec 19, 2023
1 parent dbc6352 commit e306d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/npm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ runs:
uses: actions/cache@v3
with:
path: ./node_modules
key: somekey
key: test
restore-keys: |
${{ runner.os }}-node_modules-
test
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-cache/
- run: npm ci
- run: npm install --prefer-offline --ignore-scripts --no-audit
shell: bash
test:
needs: install
Expand All @@ -39,4 +39,4 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-cache/
- run: npm run lint:ci
- run: npm run lint:styles
- run: npm run lint:styles

0 comments on commit e306d7a

Please sign in to comment.