-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Raindrops #3449
base: master
Are you sure you want to change the base?
Raindrops #3449
Conversation
name: Setup Node.js Environment on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Setup Node.js uses: actions/[email protected] with: node-version: '14' # or the version you need cache: 'npm' - name: Install dependencies run: npm install - name: Run build run: npm run build
pug (3.0.3 → 4.0.0)Breaking Changes
New Features
Refactors
Bug Fixes
pug-attrs (3.0.0 → 3.1.0)New Features
pug-code-gen (3.0.3 → 4.0.0)Breaking Changes
Bug Fixes
pug-error (2.1.0 → 3.0.0)Breaking Changes
Bug Fixes
Packages With No ChangesThe following packages have no user facing changes, so won't be released:
|
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.
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.
const config: PlaywrightTestConfig = {
use: {
extraHTTPHeaders: {
'x-vercel-protection-bypass': process.env.VERCEL_AUTOMATION_BYPASS_SECRET,
'x-vercel-set-bypass-cookie': true | 'samesitenone' (optional)
}
}
}
name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: