mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
revert test changes
This commit is contained in:
parent
7e4e7ccf0c
commit
d421731b39
1 changed files with 1 additions and 4 deletions
5
.github/workflows/versions.yml
vendored
5
.github/workflows/versions.yml
vendored
|
@ -10,7 +10,6 @@ on:
|
||||||
- releases/*
|
- releases/*
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
local-cache:
|
local-cache:
|
||||||
|
@ -147,7 +146,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
node-version: [current, latest, node, "16.14.2"]
|
node-version: [current, latest, node]
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve version before install
|
- name: Retrieve version before install
|
||||||
run: |
|
run: |
|
||||||
|
@ -169,6 +168,4 @@ jobs:
|
||||||
- name: Compare versions
|
- name: Compare versions
|
||||||
if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}
|
if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}
|
||||||
run: |
|
run: |
|
||||||
echo "${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}"
|
|
||||||
echo "${{steps.version.outputs.NODE_VERSION}}"
|
|
||||||
exit 1
|
exit 1
|
Loading…
Add table
Reference in a new issue