neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Update action.yml to use node20 (was node16) (#249)
6c8deb6 · Andrew Shu · 2024-01-31 08:24
Files changed
modified
action.yml
+1
−1
@@ -61,5 +61,5 @@ outputs:
| 61 | 61 | setup-beam-version: |
| 62 | 62 | description: The commit unique id of the execution action version |
| 63 | 63 | runs: |
| 64 | − using: node16 | |
| 64 | + using: node20 | |
| 65 | 65 | main: dist/index.js |
Parents: 98ca4dc