Skip to content

Commit fd24d95

Browse files
committed
Update GitHub Actions CI workflow dependencies.
1 parent d70e06f commit fd24d95

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
os: [ubuntu-latest, macos-latest]
1010
node: ["18", "20", "21"]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Setup Node.js v${{ matrix.node }}
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v4
1515
with:
1616
node-version: ${{ matrix.node }}
1717
- name: npm install and test

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
- Updated GitHub Actions CI config:
1313
- Run tests with Node.js v18, v20, v21.
14+
- Updated `actions/checkout` to v4.
15+
- Updated `actions/setup-node` to v4.
1416

1517
## 20.0.0
1618

0 commit comments

Comments
 (0)