Skip to content

Commit

Permalink
ci: update CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Aug 12, 2024
1 parent d7e2ca3 commit 2a8d696
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 79 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
release:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
ios/Pods
Expand All @@ -32,10 +32,7 @@ jobs:
- name: Set npm token
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}

- uses: actions/setup-node@v2
with:
node-version: '16'
cache: yarn
- uses: volta-cli/action@v4

- run: yarn install --immutable
- run: npx pod-install
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
ios/Pods
Expand All @@ -22,10 +22,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: yarn
- uses: volta-cli/action@v4

- run: yarn install --immutable && npx pod-install

Expand Down

0 comments on commit 2a8d696

Please sign in to comment.