Skip to content

Commit

Permalink
test: node 19
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Feb 14, 2023
1 parent b5e0faa commit df55e00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
name: Test node/${{ matrix.node }} ${{ matrix.os }}
strategy:
matrix:
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macos-latest]
node: [14, 16, 18]
include:
- os: ubuntu-latest
node: 19
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

2 comments on commit df55e00

@vercel
Copy link

@vercel vercel bot commented on df55e00 Feb 14, 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:

nuxt-urql-playground – ./playground

nuxt-urql-playground-bicou.vercel.app
nuxt-urql-playground.vercel.app
nuxt-urql-playground-git-main-bicou.vercel.app

@vercel
Copy link

@vercel vercel bot commented on df55e00 Feb 14, 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:

nuxt-urql-docs – ./docs

nuxt-urql-docs-git-main-bicou.vercel.app
nuxt-urql-docs.vercel.app
nuxt-urql-docs-bicou.vercel.app

Please sign in to comment.