Skip to content

Commit

Permalink
Merge pull request #187 from yowainwright/update-ci
Browse files Browse the repository at this point in the history
chore: Update node.js.yml
  • Loading branch information
yowainwright committed Jan 22, 2024
2 parents 2a208e8 + 823b3ff commit 352614e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ name: Node.js CI

on:
pull_request:
branches: [master]
branches: [main]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x, 18.x, 16.x]
node-version: [20]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g pnpm
Expand Down

0 comments on commit 352614e

Please sign in to comment.