Skip to content

Commit

Permalink
Chore: Specify Node 14.x for Verify Files CI job (#14896)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Aug 6, 2021
1 parent 537cf6a commit 149230c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install Packages
run: npm install
- name: Lint Files
Expand Down

1 comment on commit 149230c

@Trenvay
Copy link

@Trenvay Trenvay commented on 149230c Dec 2, 2021

Choose a reason for hiding this comment

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

will it work that way
Küchenrückwand

Please sign in to comment.