Skip to content

Commit

Permalink
build: upgrade to node 20 for the action runtime
Browse files Browse the repository at this point in the history
Address a deprecation by GitHub:

Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: planningcenter/planningcenter/pull-assign-action@v1

References:

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
wassimk committed Jun 4, 2024
1 parent 46a978c commit eb0f88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ inputs:
required: false
default: ${{ github.token }}
runs:
using: "node16"
using: node20
main: "dist/index.js"

0 comments on commit eb0f88a

Please sign in to comment.