We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b49424 commit 115932bCopy full SHA for 115932b
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
- name: Setup Node.js environment
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: '20'
22
cache: 'npm'
.github/workflows/is-compatible.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
10
11
12
13
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
0 commit comments