diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b4913d6..8d89152 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: @@ -13,9 +13,9 @@ jobs: matrix: node-version: [ 18, 20 ] steps: - - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + name: Use Node.js ${{ matrix.node-version }} + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm'