Skip to content

Commit

Permalink
migrated the action to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Feb 10, 2024
1 parent 4a411e9 commit 6a2cf75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ outputs:
description: "JSON stringified array of posts"

runs:
using: node16
using: node20
main: dist/blog-post-workflow.js
branding:
icon: 'activity'
Expand Down

0 comments on commit 6a2cf75

Please sign in to comment.