mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +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/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
local-cache:
|
||||
|
@ -147,7 +146,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: [current, latest, node, "16.14.2"]
|
||||
node-version: [current, latest, node]
|
||||
steps:
|
||||
- name: Retrieve version before install
|
||||
run: |
|
||||
|
@ -169,6 +168,4 @@ jobs:
|
|||
- name: Compare versions
|
||||
if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}
|
||||
run: |
|
||||
echo "${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}"
|
||||
echo "${{steps.version.outputs.NODE_VERSION}}"
|
||||
exit 1
|
Loading…
Add table
Reference in a new issue