Skip to content

Commit

Permalink
chore(ci): drop Node v16 from test matrix, add Node v20 (#4913)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 13, 2023
1 parent bf50a77 commit 67696cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16, 18]
node: [18, 20]
experimental: [false]
# include:
# - os: windows-latest
Expand Down

2 comments on commit 67696cb

@vercel
Copy link

@vercel vercel bot commented on 67696cb Sep 13, 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:

performance-studio – ./

performance-studio.sanity.build
performance-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 67696cb Sep 13, 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:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.