Skip to content

Commit

Permalink
Update github actions and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Jul 25, 2022
1 parent b6fdd00 commit 31ab21d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
docs:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16'

- name: Cache dependencies
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 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
@@ -1,5 +1,5 @@
{
"name": "vite_taxonworks_public_page",
"name": "taxonpages",
"version": "0.0.0",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 31ab21d

Please sign in to comment.