Skip to content

Commit 943b5be

Browse files
committed
update ndoe
1 parent e4149ce commit 943b5be

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
7-
branches: [ master ]
7+
branches: [master]
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
steps:
1514
- uses: actions/checkout@v3
1615
- uses: actions/setup-node@v3
1716
with:
18-
node-version: 18.x
17+
node-version: 23.x
1918
cache: 'npm'
2019
- run: npm ci
2120
- run: npm run test

0 commit comments

Comments
 (0)