We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a8ba commit 2c007d1Copy full SHA for 2c007d1
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v4
23
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
24
with:
25
node-version: 20.x
26
cache: 'npm'
.github/workflows/test.yml
- name: set git core.autocrlf to 'input'
run: git config --global core.autocrlf input
node-version: ${{ matrix.node-version }}
0 commit comments