Skip to content

Commit

Permalink
chore: temporarily pin node 15 to 15.4 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Dec 31, 2020
1 parent 042cb7a commit 0a7c249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1
with:
version: 15
# Temporarily pinning to 15.4 for the v15 installation because there is some change in NPM
# that causes a ENEEDAUTH error in the publishing step of the integration-tests that needs
# to be figured out
version: 15.4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ If you are still having problems after you have done some digging into these, fe

<!-- PR Links -->

[`pr233`]: https://api.github.com/repos/angular-eslint/angular-eslint/pulls/233
[`pr260`]: https://api.github.com/repos/angular-eslint/angular-eslint/pulls/260

<!-- end rule list -->

0 comments on commit 0a7c249

Please sign in to comment.