Skip to content

Commit 3b0646a

Browse files
committed
FIX: CD environment
1 parent 8468e24 commit 3b0646a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66

77
jobs:
88
test:
9-
name: Install and Build with node on "$RUNNER.OS"
9+
name: Install and Build with node on ubuntu-latest
1010
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Use Node.js ${{ matrix.node_version }}
14+
- name: Use Node.js 20.x
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: ${{ matrix.node_version }}
17+
node-version: 20.x
1818

1919
- name: npm install and build
2020
run: |

0 commit comments

Comments
 (0)