Skip to content

Commit 470a1f9

Browse files
authored
Tailwind v3 and Node 16 Upgrade (#58)
* Updates tailwind v3 config file * Updates tailwind dependencies * Updates package-lock.json This was set using lockfileVersion 2 with npm 8+ * Upgrade node builder from 14.x to 16.x * Upgrades deploy node 14.x to 16.x
1 parent 3823316 commit 470a1f9

File tree

5 files changed

+6317
-751
lines changed

5 files changed

+6317
-751
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup node
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: '14.x'
13+
node-version: '16.x'
1414
- name: Install dependencies
1515
run: npm ci
1616
- name: Build site

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup node
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: '14.x'
14+
node-version: '16.x'
1515
- name: Install dependencies
1616
run: npm ci
1717
- name: Build site

0 commit comments

Comments
 (0)