We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c6fb1 commit d8bbd2bCopy full SHA for d8bbd2b
.github/workflows/ci.yml
@@ -2,9 +2,11 @@ name: CI
2
3
on:
4
push:
5
- branches: [main]
+ branches:
6
+ - main
7
pull_request:
8
9
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
@@ -25,7 +27,7 @@ jobs:
25
27
- name: Install Node
26
28
uses: actions/[email protected]
29
with:
- node-version: 21
30
+ node-version-file: .nvmrc
31
32
- uses: xt0rted/[email protected]
33
.github/workflows/release.yml
@@ -2,7 +2,8 @@ name: Release
release:
- types: [published]
+ types:
+ - published
env:
DOTNET_NOLOGO: true
.nvmrc
@@ -0,0 +1 @@
1
+24
0 commit comments