We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173f82a commit 2df52b8Copy full SHA for 2df52b8
2 files changed
.github/workflows/release.yml
@@ -20,10 +20,10 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Setup Node.js ${{ inputs.node-version }}
26
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
27
with:
28
node-version: ${{ inputs.node-version }}
29
cache: yarn
.github/workflows/test.yml
@@ -15,14 +15,14 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [16.x, 18.x]
+ node-version: [18.x, 20.x]
19
- name: Setup Node.js ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
0 commit comments