Skip to content

Commit

Permalink
Merge branch 'main' of github.com:photostructure/exiftool-vendored.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Nov 21, 2023
2 parents 24fde25 + 3b64111 commit 882befb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: npm i -g yarn
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn ci
Expand Down

0 comments on commit 882befb

Please sign in to comment.