Skip to content

Commit

Permalink
Upgrade dependencies, use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Jul 10, 2024
1 parent f01d170 commit eec736e
Show file tree
Hide file tree
Showing 8 changed files with 833 additions and 1,992 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- run: npm ci
- run: npm run lint
- run: npm run build

test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
crate:
- { owner: casey, name: just }
- { owner: Michael-F-Bryan, name: mdbook-linkcheck }
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, ${{ matrix.crate.owner }}/${{ matrix.crate.name }})
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup ${{ matrix.crate.owner }}/${{ matrix.crate.name }}
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ inputs:
description: 'The GitHub token used for making API requests'
default: ${{ github.token }}
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
6 changes: 4 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit eec736e

Please sign in to comment.