Skip to content

Commit 1bdec27

Browse files
Update test#134.yml
1 parent 7046173 commit 1bdec27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test#134.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55

66
jobs:
77
setup-node:
8-
runs-on: ubuntu-latest
8+
runs-on: windows-latest
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
1212

1313
- name: Set up Node.js with mirrorURL
1414
uses: aparnajyothi-y/setup-node@add-mirror-url
1515
with:
16-
node-version: '19.0.8'
16+
node-version: '19'
1717
mirror-url: 'https://nodejs.org/dist/'
18-
check-latest : true
18+
check-latest : false

0 commit comments

Comments
 (0)