Skip to content

Commit

Permalink
chore: update cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jack0pan authored Dec 21, 2023
1 parent bb83aaa commit 9bca16d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delivery.yml → .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Restore Node.js modules
id: cache-node-modules
uses: actions/cache@v2.1.6
uses: actions/cache@v3.3.2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 9bca16d

Please sign in to comment.