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 9ef9535 commit b28df5aCopy full SHA for b28df5a
2 files changed
.github/workflows/check-codebase.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v2
18
19
- name: Setup node
20
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v5
21
with:
22
node-version: 20
23
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
node-version: ${{ matrix.node }}
85
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v4
node-version: ${{ matrix.node-version }}
cache: yarn
0 commit comments