Skip to content

Commit

Permalink
refactor(CI): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed May 3, 2023
1 parent 2b08076 commit e6e27f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
# https://nodejs.org/en/about/releases/
# https://pnpm.io/installation#compatibility
# Includes the lowest version supported by preview-kit (defined in pkg.engines.node) and the upcoming version in development
node: [16, 18, 19]
node: [lts/-1, lts/*, current]
os: [ubuntu-latest]
# Also test the LTS on mac and windows
include:
- os: macos-latest
node: 18
node: lts/*
- os: windows-latest
node: 18
node: lts/*
runs-on: ${{ matrix.os }}
env:
NODE_VERSION: ${{ matrix.node }}
Expand All @@ -92,8 +92,6 @@ jobs:
- run: pnpm install --loglevel=error
- run: pnpm test
- run: pnpm test:esm
# Only node 16 and later supports `assert {type: json}` used in the test.mjs unit
if: matrix.node != '14'

release:
needs: [build, test]
Expand Down

3 comments on commit e6e27f4

@vercel
Copy link

@vercel vercel bot commented on e6e27f4 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-test-studio – ./apps/studio

preview-kit-test-studio.sanity.build
preview-kit-test-studio-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on e6e27f4 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix – ./apps/remix

preview-kit-remix-git-main.sanity.build
preview-kit-remix.sanity.build

@vercel
Copy link

@vercel vercel bot commented on e6e27f4 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit – ./apps/next

preview-kit.sanity.build
preview-kit-git-main.sanity.build

Please sign in to comment.