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/plus-one-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 3, 2024
1 parent a1d4f85 commit 1111dbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Plus one"
description: A GitHub action which labels a PR with +1 or +2 according to reviews
runs:
using: node16
main: dist/index.js
using: node20
main: dist/index.js

0 comments on commit 1111dbd

Please sign in to comment.