Skip to content

Commit 8026580

Browse files
committed
Update main.yml
1 parent e921a94 commit 8026580

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
@@ -3,10 +3,10 @@ on: [pull_request]
33
jobs:
44
build:
55
runs-on: windows-latest
6-
strategy:
7-
matrix:
8-
node-version: [latest]
96
steps:
7+
- uses: actions/setup-node@v4
8+
with:
9+
node-version: latest
1010
- uses: actions/checkout@v2
1111
- name: Use Node.js ${{ matrix.node-version }}
1212
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)