Skip to content

Commit 96cd8fd

Browse files
committed
Upgrade dependencies, use node v20
1 parent f01d170 commit 96cd8fd

File tree

8 files changed

+787
-2017
lines changed

8 files changed

+787
-2017
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '16'
15+
node-version: '20'
1616
- run: npm ci
1717
- run: npm run lint
1818
- run: npm run build
1919

2020
test:
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, macos-latest, windows-latest]
23+
os: [ubuntu-latest, macos-12, windows-latest]
2424
crate:
2525
- { owner: casey, name: just }
2626
- { owner: Michael-F-Bryan, name: mdbook-linkcheck }
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
name: test (${{matrix.os}}, ${{ matrix.crate.owner }}/${{ matrix.crate.name }})
4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545
- name: Setup ${{ matrix.crate.owner }}/${{ matrix.crate.name }}
4646
uses: ./
4747
with:

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ inputs:
1919
description: 'The GitHub token used for making API requests'
2020
default: ${{ github.token }}
2121
runs:
22-
using: 'node16'
22+
using: 'node20'
2323
main: 'dist/index.js'

dist/index.js

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)