Skip to content

Commit d5f0753

Browse files
fix: upgrade node version in .github/workflows/deploy-github-pages.yml to 20 (#101)
1 parent e317a6a commit d5f0753

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Set up Node
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '16.x'
27+
node-version: '20.x'
2828

2929
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
3030
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3

globals.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900&display=swap');
12
@import "tailwindcss";
23
@import "./tailwind.config.css";
34

4-
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900&display=swap');
5-
65
@layer base {
76
html,
87
body {

postcss.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ const path = require('path');
33
module.exports = {
44
plugins: {
55
'@tailwindcss/postcss': {},
6-
autoprefixer: {},
76
},
87
};

0 commit comments

Comments
 (0)