File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 21
21
- uses : microsoft/playwright-github-action@v1
22
22
- uses : actions/setup-node@v2
23
23
with :
24
- node-version : 16.5
24
+ node-version : 16
25
25
- uses : bahmutov/npm-install@v1
26
26
- run : npm run build --workspace packages/api
27
27
- run : npm test --workspace packages/api
35
35
- uses : actions/checkout@v2
36
36
- uses : actions/setup-node@v2
37
37
with :
38
- node-version : 16.5
38
+ node-version : 16
39
39
- uses : bahmutov/npm-install@v1
40
40
- name : Publish api worker
41
41
# workaround for https://github.com/cloudflare/wrangler-action/issues/59 to use node 16
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-node@v2
16
16
with :
17
- node-version : 16.5
17
+ node-version : 16
18
18
- uses : bahmutov/npm-install@v1
19
19
- run : npm run build --workspace packages/client
20
20
- run : npm test --workspace packages/client
Original file line number Diff line number Diff line change 18
18
- name : Setup node
19
19
uses : actions/setup-node@v1
20
20
with :
21
- node-version : 16.5
21
+ node-version : 16
22
22
23
23
- name : Install dependencies
24
24
uses : bahmutov/npm-install@v1
Original file line number Diff line number Diff line change 18
18
- name : Setup node
19
19
uses : actions/setup-node@v1
20
20
with :
21
- node-version : 16.5
21
+ node-version : 16
22
22
23
23
- name : Install dependencies
24
24
uses : bahmutov/npm-install@v1
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v2
25
25
- uses : actions/setup-node@v2
26
26
with :
27
- node-version : 16.5
27
+ node-version : 16
28
28
- uses : bahmutov/npm-install@v1
29
29
- name : Update FaunaDB resources
30
30
run : npm run import -w packages/db
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-node@v2
16
16
with :
17
- node-version : 16.5
17
+ node-version : 16
18
18
- uses : bahmutov/npm-install@v1
19
19
- run : npm run lint
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v2
21
21
- uses : actions/setup-node@v2
22
22
with :
23
- node-version : 16.5
23
+ node-version : 16
24
24
# Only install the deps directly listed... dont do workspace magic.
25
25
# Running install from the root gets you all the deps for all the packages.
26
26
# which can easily mask missing deps if another modules also depends on it.
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v2
21
21
- uses : actions/setup-node@v2
22
22
with :
23
- node-version : 16.5
23
+ node-version : 16
24
24
- uses : bahmutov/npm-install@v1
25
25
- run : npm test --workspace packages/website
26
26
33
33
- uses : actions/checkout@v2
34
34
- uses : actions/setup-node@v2
35
35
with :
36
- node-version : 16.5
36
+ node-version : 16
37
37
- uses : bahmutov/npm-install@v1
38
38
- run : npm run build -w packages/client
39
39
- run : npm run build -w packages/website
Original file line number Diff line number Diff line change 11
11
"start" : " wrangler dev --env $(whoami)" ,
12
12
"dev" : " wrangler dev --env $(whoami)" ,
13
13
"publish" : " wrangler publish --env $(whoami)" ,
14
- "build" : " webpack" ,
14
+ "build" : " WEBPACK_CLI_FORCE_LOAD_ESM_CONFIG=true webpack" ,
15
15
"test" : " npm-run-all -p -r mock:cluster mock:db test:e2e -s test:size" ,
16
16
"test:size" : " bundlesize" ,
17
17
"test:e2e" : " playwright-test \" test/**/*.spec.js\" --sw src/index.js -b webkit" ,
You can’t perform that action at this time.
0 commit comments