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 ec2b1fb commit 5afec08Copy full SHA for 5afec08
.github/setup/action.yml
@@ -5,7 +5,7 @@ runs:
5
steps:
6
- uses: actions/setup-node@v4
7
with:
8
- node-version: 18
+ node-version: 22
9
- name: Get yarn cache directory path
10
shell: bash
11
id: yarn-cache-dir-path
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
22
23
24
- uses: './.github/setup'
25
- name: install dependencies
26
run: yarn install
0 commit comments