Skip to content

Commit

Permalink
Update ci build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Nov 8, 2022
1 parent 33d2f88 commit 3599710
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,13 @@ jobs:

steps:
- name: Begin CI...
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node 12
uses: actions/setup-node@v1
- name: Use Node 14
uses: actions/setup-node@v3
with:
node-version: 12.x

- name: Use cached node_modules
uses: actions/cache@v1
with:
path: node_modules
key: nodeModules-${{ hashFiles('yarn.lock') }}
restore-keys: |
nodeModules-
node-version: 14.x
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 3599710

Please # to comment.