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.
2 parents 720b3d4 + dd0f5f6 commit e80a3a6Copy full SHA for e80a3a6
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout repo
25
uses: actions/checkout@v4
26
- name: Setup Node.js version ${{ matrix.node-version }}
27
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
28
with:
29
node-version: ${{ matrix.node-version }}
30
- name: Get yarn cache directory path
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Setup Node.js version
16
17
18
node-version-file: '.nvmrc'
19
0 commit comments