There was an error while loading. Please reload this page.
1 parent ade0d29 commit d613fc4Copy full SHA for d613fc4
1 file changed
.github/workflows/platform-tests-node.yml
@@ -24,12 +24,20 @@ env:
24
jobs:
25
test-basic:
26
if: github.repository == 'sveltejs/kit'
27
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
28
strategy:
29
matrix:
30
- node-version: [22, 24]
+ include:
31
+ - node-version: 22
32
+ os: ubuntu-latest
33
+ - node-version: 24
34
35
36
+ os: windows-latest
37
environment: '@sveltejs/adapter-node platform tests'
38
steps:
39
+ - run: git config --global core.autocrlf false
40
+
41
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42
with:
43
ref: ${{ inputs.sha || github.sha }}
0 commit comments