Skip to content

Commit bcffd22

Browse files
committed
--ammend
1 parent 96b73df commit bcffd22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/setup/action.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
runs:
2+
using: composite
3+
4+
steps:
5+
- name: Setup Node.js
6+
uses: actions/setup-node@v4
7+
with:
8+
node-version: lts/*
9+
cache: npm
10+
11+
- name: Install dependencies
12+
run: npm ci
13+
shell: bash # Composite jobs must specify the shell.

0 commit comments

Comments
 (0)