Skip to content

Commit 0afc1fc

Browse files
authored
chore: change workflow node versions to match others (#2554)
change workflow node versions to match others
1 parent be0680c commit 0afc1fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-auxiliary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: 20.16.0
38+
node-version: ^20.x
3939
cache: "npm"
4040

4141
- name: Install [email protected]

.github/workflows/publish-auxiliary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: "Use Node.js 20"
4848
uses: actions/setup-node@v4
4949
with:
50-
node-version: 20.16.0
50+
node-version: ^20.x
5151

5252
- name: Install [email protected]
5353
run: npm install -g [email protected]

0 commit comments

Comments
 (0)