Skip to content

Commit 95cc1a4

Browse files
authored
chore: update Node.js version to LTS in canary checks workflow (#3000)
1 parent d3dde85 commit 95cc1a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/social-memes-dream.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/canary_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
1313
- uses: ./.github/actions/setup_node
1414
with:
15-
node-version: 18
15+
node-version: lts/*
1616
- name: Install and build without lock file
1717
shell: bash
1818
run: |

0 commit comments

Comments
 (0)