mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* add support for Node 18 * update node engines in packages/next-auth Co-authored-by: Thang Vu <hi@thvu.dev>
9 lines
208 B
YAML
9 lines
208 B
YAML
name: "Determine version"
|
|
description: "Determines npm package version based on PR number and commit SHA"
|
|
outputs:
|
|
version:
|
|
description: "npm package version"
|
|
runs:
|
|
using: "node18"
|
|
main: "index.js"
|