Skip to content

Commit 890e68c

Browse files
committed
update spin install action in ci
Signed-off-by: karthik2804 <[email protected]>
1 parent 9ce9d89 commit 890e68c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,17 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Use Node.js 20
17+
- name: Use Node.js 22
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 20
20+
node-version: 22
2121

2222
- name: Install depencies
2323
shell: bash
2424
run: npm install
2525

26-
- name: Install spin
27-
uses: engineerd/[email protected]
28-
with:
29-
name: "spin"
30-
url: "https://github.com/fermyon/spin/releases/download/v2.5.1/spin-v2.5.1-linux-amd64.tar.gz"
31-
pathInArchive: "spin"
26+
- name: Setup `spin`
27+
uses: fermyon/actions/spin/setup@v1
3228

3329
- name: Build
3430
shell: bash

0 commit comments

Comments
 (0)