Skip to content

Commit 0c68e57

Browse files
committed
Stop to fix the swift and node version
1 parent cdb5812 commit 0c68e57

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ on:
99

1010
jobs:
1111
build_and_test:
12-
runs-on: ubuntu-latest
12+
runs-on: [ubuntu-latest, macos-latest]
1313
defaults:
1414
run:
1515
working-directory: example
1616
steps:
17-
- uses: swift-actions/setup-swift@v1
18-
- uses: actions/setup-node@v3
19-
with:
20-
node-version: 20
21-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
2218
- run: npm ci
2319
working-directory: example/TSClient
2420
- run: ./test.sh vapor

0 commit comments

Comments
 (0)