Skip to content

Commit

Permalink
bump node version in deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Aug 27, 2022
1 parent ac5b541 commit 1e87d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- run: yarn

publish-npm:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn publish --non-interactive
Expand Down

0 comments on commit 1e87d0b

Please sign in to comment.