We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca66f67 commit eaf6099Copy full SHA for eaf6099
1 file changed
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm install
0 commit comments