Skip to content

Commit

Permalink
Add node v18 to ci (#574)
Browse files Browse the repository at this point in the history
chore: add node v18 to ci
  • Loading branch information
kmkzt authored Jan 31, 2023
1 parent e6d0b98 commit e4a29a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 14.x]
node-version: [18.x, 16.x, 14.x]

steps:
- name: Begin CI...
Expand Down

1 comment on commit e4a29a4

@vercel
Copy link

@vercel vercel bot commented on e4a29a4 Jan 31, 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:

svg-drawing – ./

svg-drawing-git-master-kmkzt.vercel.app
svg-drawing-kmkzt.vercel.app
svg-drawing.vercel.app

Please sign in to comment.