Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Conversation

@Niehaus
Copy link
Collaborator

@Niehaus Niehaus commented Jan 5, 2021

📑 Description of the Change

Setup workflow to properly configure actions to test the latest.zip build

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install dependencies and build latest.zip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't a setup-node step needed here? (from the example in the docs)

Suggested change
- name: Install dependencies and build latest.zip
- name: Install dependencies and build latest.zip
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants