Skip to content

Commit

Permalink
Revert "Update ci"
Browse files Browse the repository at this point in the history
This reverts commit 5757167.
  • Loading branch information
npezza93 committed Sep 28, 2023
1 parent 7f38f7d commit 02229ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Setup npmrc
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -4,9 +4,9 @@ on: [push]

jobs:
test:
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Setup npmrc
env:
GITHUB_TOKEN: ${{secrets.GH_PACKAGE_REGISTRY_TOKEN}}
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Test
Expand Down

0 comments on commit 02229ca

Please sign in to comment.