Compare commits

..

35 Commits

Author SHA1 Message Date
Maxim Lobanov
2fa5a9904c Merge pull request #53 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 02/11/2021
2021-02-11 09:45:06 +03:00
Service account
ab76c432fe Update versions-manifest 2021-02-11 06:38:54 +00:00
MaksimZhukov
ead568a146 Merge pull request #52 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 02/10/2021
2021-02-10 10:41:10 +03:00
Service account
6fdbc6deb3 Update versions-manifest 2021-02-10 07:36:27 +00:00
MaksimZhukov
69ae188e0e Merge pull request #51 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 01/27/2021
2021-01-27 10:24:29 +03:00
Service account
75b1a9f3f2 Update versions-manifest 2021-01-27 06:23:21 +00:00
Maxim Lobanov
ea5fefae18 Merge pull request #50 from actions/add-codeowners
Create CODEOWNERS
2021-01-20 21:38:21 +03:00
Maxim Lobanov
8b33f33473 Update CODEOWNERS 2021-01-11 19:48:16 +03:00
Maxim Lobanov
d92adb7da1 Create CODEOWNERS 2021-01-08 12:32:59 +03:00
Maxim Lobanov
c2b002c470 Merge pull request #49 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 01/06/2021
2021-01-06 10:30:23 +03:00
Service account
649c1ec0c7 Update versions-manifest 2021-01-06 07:29:39 +00:00
MaksimZhukov
fbeb7d747d Merge pull request #48 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 12/18/2020
2020-12-18 10:52:26 +03:00
Service account
445b5079f1 Update versions-manifest 2020-12-18 07:15:09 +00:00
MaksimZhukov
07c6e38e3e Merge pull request #47 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 12/16/2020
2020-12-16 15:06:29 +03:00
Service account
805c28590c Update versions-manifest 2020-12-16 11:40:15 +00:00
Maxim Lobanov
72562f08b4 Merge pull request #46 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 11/25/2020
2020-11-25 11:49:50 +03:00
Service account
adde90d079 Update versions-manifest 2020-11-25 07:40:49 +00:00
Maxim Lobanov
6772ce992e Merge pull request #45 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 11/17/2020
2020-11-17 21:12:15 +03:00
Service account
196a7ffaab Update versions-manifest 2020-11-17 18:02:52 +00:00
MaksimZhukov
5803dd40ce Merge pull request #44 from MaksimZhukov/v-mazhuk/fix-powerhell-issue-with-paths
Fix PowerShell issue with relative paths
2020-11-17 20:54:45 +03:00
MaksimZhukov
15c3ac315a Fix powershell issue with paths 2020-11-17 19:54:37 +03:00
MaksimZhukov
4790533e80 Merge pull request #43 from MaksimZhukov/v-mazhuk/add-pull-request-event-trigger
Add ability to trigger packages generation on PRs
2020-11-03 15:14:48 +03:00
MaksimZhukov
c01749b1c4 Add ability to trigger packages generation on PRs 2020-11-02 15:38:27 +03:00
Maxim Lobanov
01407a89d3 Merge pull request #42 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 10/28/2020
2020-10-28 10:20:56 +03:00
Service account
ff6bcb4ec0 Update versions-manifest 2020-10-28 06:37:18 +00:00
MaksimZhukov
a229d53240 Merge pull request #41 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 10/16/2020
2020-10-16 18:22:35 +03:00
Service account
593745d7c2 Update versions-manifest 2020-10-16 15:09:09 +00:00
Maxim Lobanov
e459abbdbe Merge pull request #40 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 10/08/2020
2020-10-08 09:42:19 +03:00
Service account
f01c560f7f Update versions-manifest 2020-10-08 06:36:38 +00:00
Alena Sviridenko
2b37bf1f1e Merge pull request #39 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 10/07/2020
2020-10-07 11:18:42 +03:00
Service account
fe299f9388 Update versions-manifest 2020-10-07 08:17:04 +00:00
Alena Sviridenko
bbb4ceccb0 Merge pull request #37 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 09/30/2020
2020-09-30 18:10:00 +03:00
Service account
d8a00be11c Update versions-manifest 2020-09-30 07:13:33 +00:00
MaksimZhukov
cb6506c1cc Merge pull request #36 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 09/23/2020
2020-09-23 13:23:49 +03:00
Service account
69c87ed4ce Update versions-manifest 2020-09-23 09:55:09 +00:00
6 changed files with 494 additions and 11 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
* @actions/virtual-environments-owners

View File

@@ -10,19 +10,26 @@ on:
description: 'Whether to publish releases'
required: true
default: 'false'
pull_request:
paths-ignore:
- 'versions-manifest.json'
- 'LICENSE'
- '**.md'
branches:
- 'main'
env:
VERSION: ${{ github.event.inputs.VERSION }}
VERSION: ${{ github.event.inputs.VERSION || '14.0.0' }}
defaults:
run:
shell: pwsh
jobs:
build_node:
name: Build Node.js ${{ github.event.inputs.VERSION }} [${{ matrix.platform }}]
name: Build Node.js ${{ github.event.inputs.VERSION || '14.0.0' }} [${{ matrix.platform }}]
runs-on: ubuntu-latest
env:
ARTIFACT_NAME: node-${{ github.event.inputs.VERSION }}-${{ matrix.platform }}-x64
ARTIFACT_NAME: node-${{ github.event.inputs.VERSION || '14.0.0' }}-${{ matrix.platform }}-x64
strategy:
fail-fast: false
matrix:
@@ -44,11 +51,11 @@ jobs:
path: ${{ runner.temp }}/artifact
test_node:
name: Test Node.js ${{ github.event.inputs.VERSION }} [${{ matrix.platform }}]
name: Test Node.js ${{ github.event.inputs.VERSION || '14.0.0' }} [${{ matrix.platform }}]
needs: build_node
runs-on: ${{ matrix.os }}
env:
ARTIFACT_NAME: node-${{ github.event.inputs.VERSION }}-${{ matrix.platform }}-x64
ARTIFACT_NAME: node-${{ github.event.inputs.VERSION || '14.0.0' }}-${{ matrix.platform }}-x64
strategy:
fail-fast: false
matrix:
@@ -89,7 +96,7 @@ jobs:
working-directory: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
- name: Setup Node.js ${{ env.VERSION }}
uses: actions/setup-node@v2.1.1
uses: actions/setup-node@v2.1.2
with:
node-version: ${{ env.VERSION }}
@@ -110,7 +117,7 @@ jobs:
publish_release:
name: Publish release
if: github.event.inputs.PUBLISH_RELEASES == 'true'
if: github.event_name == 'workflow_dispatch' && github.event.inputs.PUBLISH_RELEASES == 'true'
needs: test_node
runs-on: ubuntu-latest
steps:

View File

@@ -1,5 +1,5 @@
using module "./builders/win-node-builder.psm1"
using module "./builders/nix-node-builder.psm1"
using module "./win-node-builder.psm1"
using module "./nix-node-builder.psm1"
<#
.SYNOPSIS

View File

@@ -1,4 +1,4 @@
using module "./builders/node-builder.psm1"
using module "./node-builder.psm1"
class NixNodeBuilder : NodeBuilder {
<#

View File

@@ -1,4 +1,4 @@
using module "./builders/node-builder.psm1"
using module "./node-builder.psm1"
class WinNodeBuilder : NodeBuilder {
<#

View File

@@ -1,4 +1,254 @@
[
{
"version": "14.15.5",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.15.5-553881828",
"files": [
{
"filename": "node-14.15.5-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.5-553881828/node-14.15.5-darwin-x64.tar.gz"
},
{
"filename": "node-14.15.5-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.5-553881828/node-14.15.5-linux-x64.tar.gz"
},
{
"filename": "node-14.15.5-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.5-553881828/node-14.15.5-win32-x64.7z"
}
]
},
{
"version": "14.15.4",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.15.4-465482797",
"files": [
{
"filename": "node-14.15.4-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.4-465482797/node-14.15.4-darwin-x64.tar.gz"
},
{
"filename": "node-14.15.4-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.4-465482797/node-14.15.4-linux-x64.tar.gz"
},
{
"filename": "node-14.15.4-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.4-465482797/node-14.15.4-win32-x64.7z"
}
]
},
{
"version": "14.15.3",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.15.3-429909779",
"files": [
{
"filename": "node-14.15.3-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.3-429909779/node-14.15.3-darwin-x64.tar.gz"
},
{
"filename": "node-14.15.3-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.3-429909779/node-14.15.3-linux-x64.tar.gz"
},
{
"filename": "node-14.15.3-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.3-429909779/node-14.15.3-win32-x64.7z"
}
]
},
{
"version": "14.15.2",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.15.2-425529371",
"files": [
{
"filename": "node-14.15.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.2-425529371/node-14.15.2-darwin-x64.tar.gz"
},
{
"filename": "node-14.15.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.2-425529371/node-14.15.2-linux-x64.tar.gz"
},
{
"filename": "node-14.15.2-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.2-425529371/node-14.15.2-win32-x64.7z"
}
]
},
{
"version": "14.15.1",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.15.1-368657841",
"files": [
{
"filename": "node-14.15.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.1-368657841/node-14.15.1-darwin-x64.tar.gz"
},
{
"filename": "node-14.15.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.1-368657841/node-14.15.1-linux-x64.tar.gz"
},
{
"filename": "node-14.15.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.1-368657841/node-14.15.1-win32-x64.7z"
}
]
},
{
"version": "14.15.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.15.0-333017252",
"files": [
{
"filename": "node-14.15.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.0-333017252/node-14.15.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.15.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.0-333017252/node-14.15.0-linux-x64.tar.gz"
},
{
"filename": "node-14.15.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.15.0-333017252/node-14.15.0-win32-x64.7z"
}
]
},
{
"version": "14.14.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.14.0-310900524",
"files": [
{
"filename": "node-14.14.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.14.0-310900524/node-14.14.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.14.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.14.0-310900524/node-14.14.0-linux-x64.tar.gz"
},
{
"filename": "node-14.14.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.14.0-310900524/node-14.14.0-win32-x64.7z"
}
]
},
{
"version": "14.13.1",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.13.1-294907768",
"files": [
{
"filename": "node-14.13.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.13.1-294907768/node-14.13.1-darwin-x64.tar.gz"
},
{
"filename": "node-14.13.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.13.1-294907768/node-14.13.1-linux-x64.tar.gz"
},
{
"filename": "node-14.13.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.13.1-294907768/node-14.13.1-win32-x64.7z"
}
]
},
{
"version": "14.13.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.13.0-279958998",
"files": [
{
"filename": "node-14.13.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.13.0-279958998/node-14.13.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.13.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.13.0-279958998/node-14.13.0-linux-x64.tar.gz"
},
{
"filename": "node-14.13.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.13.0-279958998/node-14.13.0-win32-x64.7z"
}
]
},
{
"version": "14.12.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.12.0-268499334",
"files": [
{
"filename": "node-14.12.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.12.0-268499334/node-14.12.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.12.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.12.0-268499334/node-14.12.0-linux-x64.tar.gz"
},
{
"filename": "node-14.12.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.12.0-268499334/node-14.12.0-win32-x64.7z"
}
]
},
{
"version": "14.11.0",
"stable": true,
@@ -374,6 +624,131 @@
}
]
},
{
"version": "12.20.2",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/12.20.2-557008033",
"files": [
{
"filename": "node-12.20.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.2-557008033/node-12.20.2-darwin-x64.tar.gz"
},
{
"filename": "node-12.20.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.2-557008033/node-12.20.2-linux-x64.tar.gz"
},
{
"filename": "node-12.20.2-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.2-557008033/node-12.20.2-win32-x64.7z"
}
]
},
{
"version": "12.20.1",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/12.20.1-465483151",
"files": [
{
"filename": "node-12.20.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.1-465483151/node-12.20.1-darwin-x64.tar.gz"
},
{
"filename": "node-12.20.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.1-465483151/node-12.20.1-linux-x64.tar.gz"
},
{
"filename": "node-12.20.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.1-465483151/node-12.20.1-win32-x64.7z"
}
]
},
{
"version": "12.20.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/12.20.0-382715243",
"files": [
{
"filename": "node-12.20.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.0-382715243/node-12.20.0-darwin-x64.tar.gz"
},
{
"filename": "node-12.20.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.0-382715243/node-12.20.0-linux-x64.tar.gz"
},
{
"filename": "node-12.20.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.20.0-382715243/node-12.20.0-win32-x64.7z"
}
]
},
{
"version": "12.19.1",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/12.19.1-368658215",
"files": [
{
"filename": "node-12.19.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.19.1-368658215/node-12.19.1-darwin-x64.tar.gz"
},
{
"filename": "node-12.19.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.19.1-368658215/node-12.19.1-linux-x64.tar.gz"
},
{
"filename": "node-12.19.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.19.1-368658215/node-12.19.1-win32-x64.7z"
}
]
},
{
"version": "12.19.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/12.19.0-292997882",
"files": [
{
"filename": "node-12.19.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.19.0-292997882/node-12.19.0-darwin-x64.tar.gz"
},
{
"filename": "node-12.19.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.19.0-292997882/node-12.19.0-linux-x64.tar.gz"
},
{
"filename": "node-12.19.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.19.0-292997882/node-12.19.0-win32-x64.7z"
}
]
},
{
"version": "12.18.4",
"stable": true,
@@ -1174,6 +1549,106 @@
}
]
},
{
"version": "10.23.3",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/10.23.3-553882324",
"files": [
{
"filename": "node-10.23.3-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.3-553882324/node-10.23.3-darwin-x64.tar.gz"
},
{
"filename": "node-10.23.3-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.3-553882324/node-10.23.3-linux-x64.tar.gz"
},
{
"filename": "node-10.23.3-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.3-553882324/node-10.23.3-win32-x64.7z"
}
]
},
{
"version": "10.23.2",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/10.23.2-514267332",
"files": [
{
"filename": "node-10.23.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.2-514267332/node-10.23.2-darwin-x64.tar.gz"
},
{
"filename": "node-10.23.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.2-514267332/node-10.23.2-linux-x64.tar.gz"
},
{
"filename": "node-10.23.2-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.2-514267332/node-10.23.2-win32-x64.7z"
}
]
},
{
"version": "10.23.1",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/10.23.1-465483438",
"files": [
{
"filename": "node-10.23.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.1-465483438/node-10.23.1-darwin-x64.tar.gz"
},
{
"filename": "node-10.23.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.1-465483438/node-10.23.1-linux-x64.tar.gz"
},
{
"filename": "node-10.23.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.1-465483438/node-10.23.1-win32-x64.7z"
}
]
},
{
"version": "10.23.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/10.23.0-333017621",
"files": [
{
"filename": "node-10.23.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.0-333017621/node-10.23.0-darwin-x64.tar.gz"
},
{
"filename": "node-10.23.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.0-333017621/node-10.23.0-linux-x64.tar.gz"
},
{
"filename": "node-10.23.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/10.23.0-333017621/node-10.23.0-win32-x64.7z"
}
]
},
{
"version": "10.22.1",
"stable": true,