mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-18 04:59:12 -04:00
Add support for nightly and rc versions (#611)
This commit is contained in:
parent
6bc15ab23c
commit
2349c84f5c
12 changed files with 712 additions and 73 deletions
|
@ -1,4 +1,4 @@
|
|||
import os = require('os');
|
||||
import os from 'os';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import * as core from '@actions/core';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue