Skip to content

Commit

Permalink
upgrade braces, specify type module
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Aug 25, 2024
1 parent 25fd64c commit 81bebce
Show file tree
Hide file tree
Showing 3 changed files with 5,422 additions and 4,507 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: node setup
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: install dependencies
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "cxreiff.github.io",
"type": "module",
"version": "1.0.0",
"description": "Portfolio site for Cooper Reiff.",
"author": "Cooper Reiff <[email protected]> (https://cxreiff.com)",
Expand Down Expand Up @@ -125,6 +126,7 @@
},
"dependencies": {
"@babel/traverse": "^7.23.2",
"braces": "^3.0.3",
"cxreiff.github.io": "link:"
}
}
Loading

0 comments on commit 81bebce

Please sign in to comment.