Skip to content

Commit 7fd8649

Browse files
authored
Merge pull request #155 from cloud-atlas-ai/release/1.8.3.1
use latest setup-node action, fix node-version
2 parents d6aa8b8 + 91ed01f commit 7fd8649

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Use Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
23-
node-version: '22.10.2'
23+
node-version: '22.x'
24+
cache: 'npm'
2425
- name: Install dependencies
2526
run: npm install
2627
- name: Create and push a tag

0 commit comments

Comments
 (0)