Skip to content

Commit

Permalink
update package files
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfaucett committed May 23, 2023
1 parent 5f1ff65 commit 03c311f
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 331 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 19.x

- run: npm install -g npm@8.14.0
- run: npm install -g npm@9
- run: npm ci
- run: npm run build

Expand Down

0 comments on commit 03c311f

Please sign in to comment.