We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70e06f commit fd24d95Copy full SHA for fd24d95
.github/workflows/ci.yml
@@ -9,9 +9,9 @@ jobs:
9
os: [ubuntu-latest, macos-latest]
10
node: ["18", "20", "21"]
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Setup Node.js v${{ matrix.node }}
14
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
15
with:
16
node-version: ${{ matrix.node }}
17
- name: npm install and test
changelog.md
@@ -11,6 +11,8 @@
- Updated GitHub Actions CI config:
- Run tests with Node.js v18, v20, v21.
+ - Updated `actions/checkout` to v4.
+ - Updated `actions/setup-node` to v4.
## 20.0.0
18
0 commit comments