Skip to content

Commit

Permalink
chore(): update node to v19 (#3139)
Browse files Browse the repository at this point in the history
* chore(): update node to v19

* chore(): rename status check

* chore: trigger rebuild

---------

Co-authored-by: Sean Perkins <[email protected]>
  • Loading branch information
mapsandapps and sean-perkins authored Sep 21, 2023
1 parent e047652 commit 6f37d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on: [pull_request]

jobs:
test:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [16]
node_version: [19]
os: [windows-latest, macOS-latest]

steps:
Expand Down

1 comment on commit 6f37d49

@vercel
Copy link

@vercel vercel bot commented on 6f37d49 Sep 21, 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:

ionic-docs – ./

ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.