Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert test changes
  • Loading branch information
panticmilos committed Apr 19, 2022
commit d421731b393c039acdd9c3695df31f2d33325d05
5 changes: 1 addition & 4 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- releases/*
paths-ignore:
- '**.md'
workflow_dispatch:

jobs:
local-cache:
Expand Down Expand Up @@ -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: |
Expand All @@ -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