Skip to content

Commit a41b868

Browse files
authored
Merge pull request #84 from jackdomleo7/updates
2 parents 68a5307 + d3d535a commit a41b868

File tree

7 files changed

+374
-334
lines changed

7 files changed

+374
-334
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '16.x'
19+
node-version: '18.x'
2020
- name: Clean install npm dependencies
2121
run: npm ci
2222
- name: Check project can build successfully
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Node
3535
uses: actions/setup-node@v3
3636
with:
37-
node-version: '16.x'
37+
node-version: '18.x'
3838
- name: Clean install npm dependencies
3939
run: npm ci
4040
- name: Publish to npm

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18

cooltipz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cooltipz.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)