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 1cd2d00 commit ea2fb9bCopy full SHA for ea2fb9b
.github/workflows/build.yml
@@ -4,9 +4,9 @@ on:
4
push:
5
branches: [ dev ]
6
paths-ignore:
7
- - '**/*.gitattributes'
8
- - '**/*.gitignore'
9
- - '**/*.md'
+ - '**/*.gitattributes'
+ - '**/*.gitignore'
+ - '**/*.md'
10
pull_request:
11
12
workflow_dispatch:
@@ -25,18 +25,18 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Setup Node
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
29
with:
30
- node-version: '18.x'
+ node-version: '20.x'
31
32
- name: Install packages
33
run: |
34
npm ci
35
36
- name: Setup .NET SDK
37
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
38
39
- dotnet-version: '8.0.100'
+ dotnet-version: '8.0.x'
40
41
- name: Test
42
package-lock.json
0 commit comments