Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Use Original GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Oct 10, 2023
1 parent 7fa4d51 commit a94f4d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Format MDX and Lint

on:
pull_request:
branches:
branches:
- main

workflow_dispatch:
Expand All @@ -18,9 +18,9 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
node-version: '16'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

- name: Install App Dependencies
run: yarn --prefer-offline
Expand All @@ -29,4 +29,4 @@ jobs:
run: yarn check:mdx

- name: Build app
run: yarn build
run: yarn build

0 comments on commit a94f4d9

Please sign in to comment.