Skip to content

Commit

Permalink
ci(github): update workflow build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored May 30, 2022
1 parent cffffc7 commit 28be558
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16
uses: actions/setup-node@v3

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
node_modules
Expand Down

0 comments on commit 28be558

Please sign in to comment.