Skip to content

Commit

Permalink
Update GitHub Actions CI workflow dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Oct 23, 2023
1 parent 86c5ecf commit 1590421
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
Expand Up @@ -9,7 +9,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
node: ["18", "20", "21"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js v${{ matrix.node }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Expand Up @@ -68,7 +68,7 @@
- Removed the [`jsdoc-md`](https://npm.im/jsdoc-md) dev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section.
- Updated GitHub Actions CI config:
- Run tests with Node.js v18, v20, v21.
- Updated `actions/checkout` to v3.
- Updated `actions/checkout` to v4.
- Updated `actions/setup-node` to v3.
- Use the `node:` URL scheme for Node.js builtin module imports.
- Reorganized the test file structure.
Expand Down

0 comments on commit 1590421

Please sign in to comment.