We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b73df commit bcffd22Copy full SHA for bcffd22
1 file changed
.github/workflows/setup/action.yml
@@ -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