Skip to content

Commit

Permalink
Fixed package build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrux committed Sep 6, 2023
1 parent 2364f67 commit c5b5ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npm test

publish-gpr:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wrux/sanity-analytics-dashboard-widgets",
"author": "Callum Bonnyman",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"keywords": [
"sanity",
Expand Down

0 comments on commit c5b5ef8

Please sign in to comment.