Skip to content

Commit

Permalink
Trying node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximander committed Mar 25, 2024
1 parent 3df45ff commit 5bdac6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.event.release.tag_name }}
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Dependencies
run: npm install && npm run build
- name: Tag
Expand Down

0 comments on commit 5bdac6b

Please sign in to comment.