We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cce4c7 commit c3e753eCopy full SHA for c3e753e
.github/workflows/ci_validation.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Use Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v2.5.1
+ uses: actions/setup-node@v3
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: npm ci
0 commit comments