Skip to content

Commit ea2fb9b

Browse files
Bump tar from 6.1.11 to 6.2.1 (#39)
1 parent 1cd2d00 commit ea2fb9b

File tree

2 files changed

+33
-16
lines changed

2 files changed

+33
-16
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches: [ dev ]
66
paths-ignore:
7-
- '**/*.gitattributes'
8-
- '**/*.gitignore'
9-
- '**/*.md'
7+
- '**/*.gitattributes'
8+
- '**/*.gitignore'
9+
- '**/*.md'
1010
pull_request:
1111
branches: [ dev ]
1212
workflow_dispatch:
@@ -25,18 +25,18 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Setup Node
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
30-
node-version: '18.x'
30+
node-version: '20.x'
3131

3232
- name: Install packages
3333
run: |
3434
npm ci
3535
3636
- name: Setup .NET SDK
37-
uses: actions/setup-dotnet@v3
37+
uses: actions/setup-dotnet@v4
3838
with:
39-
dotnet-version: '8.0.100'
39+
dotnet-version: '8.0.x'
4040

4141
- name: Test
4242
run: |

package-lock.json

+26-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)