Skip to content

Commit

Permalink
ci: upgrade github action versions - july 2024 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 authored Jul 4, 2024
1 parent 145e9e3 commit fd7d706
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

env:
TILT_VERSION: '0.33.12'
TILT_VERSION: '0.33.17'

jobs:
tests:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Tilt
uses: yokawasa/[email protected].0
uses: yokawasa/[email protected].1
with:
setup-tools: |
tilt
Expand All @@ -31,19 +31,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'

- name: Cache node modules
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
cache: npm

- name: Run npm install
run: npm ci
Expand Down

0 comments on commit fd7d706

Please sign in to comment.