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 e426f3e commit 54dabe5Copy full SHA for 54dabe5
.github/workflows/ci.yml
@@ -22,10 +22,10 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
27
- name: Use Node.js ${{ matrix.node-version }}
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
29
with:
30
node-version: ${{ matrix.node-version }}
31
@@ -54,10 +54,10 @@ jobs:
54
55
56
57
58
59
- name: Use Node.js 20
60
61
62
node-version: 20
63
0 commit comments