-
Notifications
You must be signed in to change notification settings - Fork 12
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
Enable PR previews #26
Conversation
1ce20f3
to
f45038a
Compare
f45038a
to
8f7ba15
Compare
25924a3
to
45647f2
Compare
45647f2
to
ee76722
Compare
ee76722
to
7ae806a
Compare
a2de8d3
to
c196f59
Compare
c196f59
to
55dfe5c
Compare
- name: NPM Install and Build | ||
run: | | ||
npm install | ||
npm run build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just as a reminder for me: I'll have to update this in #25.
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version-file: 'package.json' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem to be documented really well but is seemingly supported indeed. A few references in case we need them at some point:
Co-authored-by: Philippe Schommers <philippe@schommers.be>
No description provided.