File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
- name : Setup Node.js environment
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 16
24
+ node-version-file : ' .node-version '
25
25
cache : ' yarn'
26
26
27
27
- name : Install dependencies
28
- run : yarn
28
+ run : yarn install --frozen-lockfile
29
29
30
30
- name : Build
31
31
run : yarn build:azure
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
- name : Setup Node.js environment
25
25
uses : actions/setup-node@v3
26
26
with :
27
- node-version : 16
27
+ node-version-file : ' .node-version '
28
28
cache : ' yarn'
29
29
30
30
- name : Install dependencies
31
- run : yarn
31
+ run : yarn install --frozen-lockfile
32
32
33
33
- name : Update static
34
34
run : |
Original file line number Diff line number Diff line change
1
+ 18
Original file line number Diff line number Diff line change @@ -1699,15 +1699,10 @@ camelcase@^7.0.0:
1699
1699
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.0.tgz#fd112621b212126741f998d614cbc2a8623fd174"
1700
1700
integrity sha512-JToIvOmz6nhGsUhAYScbo2d6Py5wojjNfoxoc2mEVLUdJ70gJK2gnd+ABY1Tc3sVMyK7QDPtN0T/XdlCQWITyQ==
1701
1701
1702
- caniuse-lite@^1.0.30001335, caniuse-lite@^1.0.30001370 :
1703
- version "1.0.30001370"
1704
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz#0a30d4f20d38b9e108cc5ae7cc62df9fe66cd5ba"
1705
- integrity sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==
1706
-
1707
- caniuse-lite@^1.0.30001400 :
1708
- version "1.0.30001412"
1709
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001412.tgz#30f67d55a865da43e0aeec003f073ea8764d5d7c"
1710
- integrity sha512-+TeEIee1gS5bYOiuf+PS/kp2mrXic37Hl66VY6EAfxasIk5fELTktK2oOezYed12H8w7jt3s512PpulQidPjwA==
1702
+ caniuse-lite@^1.0.30001335, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001400 :
1703
+ version "1.0.30001517"
1704
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001517.tgz"
1705
+ integrity sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA==
1711
1706
1712
1707
capital-case@^1.0.4 :
1713
1708
version "1.0.4"
You can’t perform that action at this time.
0 commit comments