Skip to content

Commit 91c8d34

Browse files
committed
chore: update workflows config.
1 parent 06c82db commit 91c8d34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ jobs:
88
build-deploy:
99
runs-on: ubuntu-18.04
1010
steps:
11-
- uses: actions/checkout@master
12-
13-
- name: Setup Node
14-
uses: actions/setup-node@v1
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-node@v2
1513
with:
16-
node-version: '10.x'
14+
node-version: 14
1715

1816
- run: npm install
1917
- run: npm run compile
@@ -31,7 +29,9 @@ jobs:
3129
<meta name="description" content="A tiny modern CSS reset.">
3230
<link rel="stylesheet" type="text/css" href="reset.min.css" />
3331
</head>
34-
<body>
32+
<body style="text-align: center;">
33+
<h1 style="font-size: 46px; padding: 50px 0 0 0; font-weight: bold;">reset.css</h1>
34+
<p style="padding-bottom: 30px;color: #a5a5a5;">A tiny modern CSS reset.</p>
3535
<div>
3636
<a href="./reset.css">reset.css</a>
3737
</div>

0 commit comments

Comments
 (0)