We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c3482 commit a406b3bCopy full SHA for a406b3b
.github/workflows/build-workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '16'
+ node-version: '18'
20
21
- name: Cache Node Modules
22
uses: actions/cache@v4
.github/workflows/release-hash.yml
@@ -21,7 +21,7 @@ jobs:
23
24
25
26
- name: Install Release Dependencies
27
run: yarn install --ignore-optional --ignore-platform
0 commit comments