Skip to content

Commit

Permalink
Merge pull request #71 from ottofeller/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencied - mostly minor versions, drop node@14 support in meow
  • Loading branch information
gvidon authored Apr 13, 2023
2 parents ff901b4 + 8301e69 commit 34659c5
Show file tree
Hide file tree
Showing 6 changed files with 3,056 additions and 1,568 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [12, 16]
version: [16, 18]
steps:
- uses: ottofeller/github-actions/npm-run@main
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [12, 16]
version: [16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ needs.set-commit-hash.outputs.commit_hash }}
Expand All @@ -43,12 +43,12 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ needs.set-commit-hash.outputs.commit_hash }}
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down
Loading

1 comment on commit 34659c5

@vercel
Copy link

@vercel vercel bot commented on 34659c5 Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ofmt – ./

ofmt.vercel.app
ofmt-ofmt.vercel.app
ofmt-git-master-ofmt.vercel.app

Please sign in to comment.