We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e551b6 commit ca84f66Copy full SHA for ca84f66
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.node-version }}
19
cache: 'npm'
0 commit comments