Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: upgrade node version #79

Merged
merged 3 commits into from
May 10, 2023
Merged

Conversation

baabouj
Copy link
Contributor

@baabouj baabouj commented May 9, 2023

use Node.js version 18 in CI/CD pipelines.

@vercel
Copy link

vercel bot commented May 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
excalidraw-claymate ❌ Failed (Inspect) May 10, 2023 5:23am

@@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: "18.x"
Copy link
Owner

@dai-shi dai-shi May 10, 2023

Choose a reason for hiding this comment

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

Lately, I prefer this style for no reason.

Suggested change
node-version: "18.x"
node-version: 18

Can you also upgrade jsdom (I assume node 14 was restricting.)

I will also change the Vercel deploy config later. (👉 done)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it 👍😆

Copy link
Owner

@dai-shi dai-shi left a comment

Choose a reason for hiding this comment

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

LGTM

@dai-shi
Copy link
Owner

dai-shi commented May 10, 2023

image

@dai-shi dai-shi merged commit 1b55632 into dai-shi:main May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants