Skip to content

Commit 3f54747

Browse files
chore: Bump Node version (#176)
1 parent a9444c0 commit 3f54747

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scip-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install asdf.
1818
uses: asdf-vm/actions/setup@v2.1.0
1919
- name: Cache asdf and asdf-managed tools.
20-
uses: actions/cache@v3.3.1
20+
uses: actions/cache@v4
2121
id: asdf-cache
2222
with:
2323
path: ${{ env.ASDF_DIR }}

.github/workflows/scip-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install asdf.
1717
uses: asdf-vm/actions/setup@v2.1.0
1818
- name: Cache asdf and asdf-managed tools.
19-
uses: actions/cache@v3.3.1
19+
uses: actions/cache@v4
2020
id: asdf-cache
2121
with:
2222
path: ${{ env.ASDF_DIR }}

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python 3.10.11
2-
nodejs 18.16.0
2+
nodejs 24.4.1

0 commit comments

Comments
 (0)