We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9985299 commit fa89804Copy full SHA for fa89804
.changeset/selfish-tables-rest.md
@@ -2,4 +2,4 @@
2
"angular-eslint-template-parser": patch
3
---
4
5
-chore: bump deps
+chore: bump deps for plugin metadata
.github/workflows/release.yml
@@ -20,10 +20,13 @@ jobs:
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
fetch-depth: 0
22
23
- - name: Setup Node.js 20.x
+ - name: Enable Corepack
24
+ run: corepack enable
25
+
26
+ - name: Setup Node.js LTS
27
uses: actions/setup-node@v4
28
with:
- node-version: 20.x
29
+ node-version: lts/*
30
cache: yarn
31
32
- name: Install Dependencies
0 commit comments