We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2bf19 commit eec00f5Copy full SHA for eec00f5
2 files changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
version: 9
22
23
- name: Setup Node
24
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
25
with:
26
node-version: lts/*
27
cache: 'pnpm'
.github/workflows/not-main.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
0 commit comments