Skip to content

Commit 303fcae

Browse files
committed
chore: github actions tweaks
1 parent 7d60a88 commit 303fcae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [15.x, 16.x]
18+
node-version: [14.x, 16.x]
1919

2020
steps:
2121
- name: Checkout

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
ref: ${{ github.event.release.target_commitish }}
1818

19-
- name: Use Node.js v15
19+
- name: Use Node.js v16
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 15.x
22+
node-version: 16.x
2323
registry-url: https://registry.npmjs.org/
2424

2525
- name: Install Dependencies And Compile TS

0 commit comments

Comments
 (0)