We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41052a commit 922c022Copy full SHA for 922c022
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- run: git config --global core.autocrlf input
16
- uses: actions/checkout@v4
17
- name: Use Node.js ${{ matrix.node }}
18
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node }}
21
- run: npm install
0 commit comments