Skip to content

Commit a6d105f

Browse files
authored
Merge pull request #605 from smartlyio/sla686-patch-1
[VLCN-3558] Node and GitHub Actions maintenance
2 parents 99f7714 + 25e0141 commit a6d105f

4 files changed

Lines changed: 240 additions & 397 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v5
10-
- name: Set Node.js 20.x
9+
- uses: actions/checkout@v6
10+
- name: Setup Node.js
1111
uses: actions/setup-node@v6
1212
with:
13-
node-version: 20.x
13+
node-version: 24.x
1414
- name: 'Install'
1515
run: |
1616
npm install
@@ -31,11 +31,11 @@ jobs:
3131
test:
3232
runs-on: ubuntu-24.04
3333
steps:
34-
- uses: actions/checkout@v5
35-
- name: Set Node.js 20.x
34+
- uses: actions/checkout@v6
35+
- name: Setup Node.js
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: 20.x
38+
node-version: 24.x
3939
- name: 'Build action for test'
4040
run: |
4141
npm install
@@ -53,7 +53,7 @@ jobs:
5353
name: 'Build and release action'
5454
needs: [build, test]
5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
with:
5858
fetch-depth: 0
5959
persist-credentials: true

0 commit comments

Comments
 (0)