mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
update to use nodejs as per planned deprecation of node16
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
This commit is contained in:
parent
a1800f471a
commit
f02ad1d982
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ outputs:
|
|||
cache-hit:
|
||||
description: If the version of Bun was cached.
|
||||
runs:
|
||||
using: node16
|
||||
using: node20
|
||||
main: dist/action.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue