Skip to content

Commit fa89804

Browse files
committed
ci: fix
1 parent 9985299 commit fa89804

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changeset/selfish-tables-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"angular-eslint-template-parser": patch
33
---
44

5-
chore: bump deps
5+
chore: bump deps for plugin metadata

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121
fetch-depth: 0
2222

23-
- name: Setup Node.js 20.x
23+
- name: Enable Corepack
24+
run: corepack enable
25+
26+
- name: Setup Node.js LTS
2427
uses: actions/setup-node@v4
2528
with:
26-
node-version: 20.x
29+
node-version: lts/*
2730
cache: yarn
2831

2932
- name: Install Dependencies

0 commit comments

Comments
 (0)