Skip to content

Commit 82f0301

Browse files
authored
build: run on node 18 on pr only (#5)
1 parent 5ed2409 commit 82f0301

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ on:
33
pull_request:
44
branches:
55
- master
6-
push:
76

87
jobs:
98
build:
109
runs-on: ubuntu-22.04
1110
strategy:
1211
matrix:
13-
node: ['16', '18']
12+
node: ['18']
1413
name: Node ${{ matrix.node }}
1514
steps:
1615
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)