1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-07-05 01:15:59 +02:00

Merge remote-tracking branch 'upstream/main' into arch

This commit is contained in:
Amin Yahyaabadi 2020-12-08 16:15:00 -06:00
commit aabe026707
8 changed files with 144 additions and 48 deletions

View file

@ -47,7 +47,7 @@ Check latest version:
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
check-latest: true