diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 9262f36..7236d9c 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: # > Version Spec of the version to use in SemVer notation. # > It also admits such aliases as lts/*, latest, nightly and canary builds # > Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node - node-version: 'lts' + node-version: '20.x' # Taken from [Repo README](https://github.com/actions/setup-node#readme) #