Skip to content

Commit 22835d5

Browse files
authored
ci: update auto deployment instructions (#206)
1 parent e4f3d18 commit 22835d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-node.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ name: Node.js CI
66
on:
77
push:
88
branches: [main]
9-
pull_request:
10-
branches: [main]
119

1210
jobs:
1311
build:
1412
runs-on: ubuntu-latest
1513

1614
strategy:
1715
matrix:
18-
node-version: [14.x, 16.x]
16+
node-version: [18.x]
1917
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2018

2119
steps:

0 commit comments

Comments
 (0)