Skip to content

Commit

Permalink
updates package and build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank M. Taylor committed Feb 6, 2024
1 parent dafbd74 commit e0e6b3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-parcel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Get Latest code
uses: actions/checkout@v2

- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'

- name: Build project
run: |
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"copyfiles": "^2.4.1",
"lit": "^2.2.7",
"parcel": "^2.6.2",
"table-baseline.css": "^1.1.0",
"table-baseline.css": "^2.1.0",
"typography-baseline.css": "^5.0.0"
},
"dependencies": {
Expand Down

0 comments on commit e0e6b3e

Please sign in to comment.