Skip to content

Commit

Permalink
chore: github actions tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Sep 27, 2021
1 parent 7d60a88 commit 303fcae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [15.x, 16.x]
node-version: [14.x, 16.x]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
ref: ${{ github.event.release.target_commitish }}

- name: Use Node.js v15
- name: Use Node.js v16
uses: actions/setup-node@v1
with:
node-version: 15.x
node-version: 16.x
registry-url: https://registry.npmjs.org/

- name: Install Dependencies And Compile TS
Expand Down

0 comments on commit 303fcae

Please sign in to comment.