Skip to content

Commit 254e6eb

Browse files
committed
use same version as local
1 parent 4a611d4 commit 254e6eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [20.x]
19+
node-version: [18.17.0]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [ 20.x ]
16+
node-version: [ 18.17.0 ]
1717

1818
steps:
1919
- name: Checkout code
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 18.17.0
2626

2727
- name: Cache Node.js modules
2828
uses: actions/cache@v4

0 commit comments

Comments
 (0)