Skip to content

Commit

Permalink
fix: remove broken handlebar util package
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Sep 28, 2023
1 parent 6c4ff7e commit f59f976
Show file tree
Hide file tree
Showing 8 changed files with 162 additions and 2,722 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.7.0
cache: npm

- id: cache
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.7.0
cache: npm

- id: cache
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node 18.18.0
node 20.7.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ outputs:
description: The URL of the pull request that was created, if any

runs:
using: node16
using: node20
main: dist/index.js
Loading

0 comments on commit f59f976

Please sign in to comment.