mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 02:25:19 +00:00
Uptake of the latest changes for helpers submodule (#85)
This commit is contained in:
parent
7ee0eb6d7f
commit
d6c0f3407a
5
.github/workflows/validate-manifest.yml
vendored
5
.github/workflows/validate-manifest.yml
vendored
@ -9,8 +9,10 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'versions-manifest.json'
|
||||
|
||||
env:
|
||||
TOOL_NAME: "Node"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
@ -18,14 +20,13 @@ defaults:
|
||||
jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Validate node-versions manifest
|
||||
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }}
|
||||
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'
|
||||
|
||||
check_build:
|
||||
name: Check validation for failures
|
||||
|
2
helpers
2
helpers
@ -1 +1 @@
|
||||
Subproject commit e71d4763205167b7ef40aa4083f6cd361c61781a
|
||||
Subproject commit 6f1aa3ce73ce0ea4b58995a63b56a8677607762a
|
Loading…
Reference in New Issue
Block a user