We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52f8a1 commit 7590d4bCopy full SHA for 7590d4b
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: checkout
12
uses: actions/checkout@v3
13
- name: setup Node.js ${{ matrix.node-version }}
14
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
15
with:
16
node-version: ${{ matrix.node-version }}
17
- name: Install
0 commit comments