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 4a611d4 commit 254e6ebCopy full SHA for 254e6eb
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- node-version: [20.x]
+ node-version: [18.17.0]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- node-version: [ 20.x ]
+ node-version: [ 18.17.0 ]
- name: Checkout code
@@ -22,7 +22,7 @@ jobs:
- name: Set up Node.js
23
uses: actions/setup-node@v4
24
with:
25
- node-version: 20
+ node-version: 18.17.0
26
27
- name: Cache Node.js modules
28
uses: actions/cache@v4
0 commit comments