Skip to content

Commit 352614e

Browse files
authored
Merge pull request #187 from yowainwright/update-ci
chore: Update node.js.yml
2 parents 2a208e8 + 823b3ff commit 352614e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ name: Node.js CI
55

66
on:
77
pull_request:
8-
branches: [master]
8+
branches: [main]
99

1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313

1414
strategy:
1515
matrix:
16-
node-version: [20.x, 18.x, 16.x]
16+
node-version: [20]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm install -g pnpm

0 commit comments

Comments
 (0)