Skip to content

Commit 0b4ec85

Browse files
Create test-1275.yml
1 parent 218c44c commit 0b4ec85

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/test-1275.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Node Setup Test with Cache
2+
3+
on:
4+
workflow_dispatch :
5+
6+
jobs:
7+
setup-node:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Check out repository
12+
uses: actions/checkout@v4 # Using the latest version of actions/checkout
13+
14+
- name: Set up Node.js
15+
uses: actions/setup-node@v4 # Upgraded to v4
16+
with:
17+
node-version: '20'
18+
cache : 'npm'

0 commit comments

Comments
 (0)