We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ed003 commit c38b410Copy full SHA for c38b410
.github/workflows/release.yaml
@@ -11,6 +11,11 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
+
15
+ - name: Use Node.js
16
+ uses: actions/setup-node@v3
17
+ with:
18
+ node-version: '16'
19
20
- name: Cache node_modules
21
id: cache-modules
@@ -43,6 +48,11 @@ jobs:
43
48
with:
44
49
fetch-depth: 0
45
50
persist-credentials: false
51
52
53
54
55
46
56
47
57
58
.github/workflows/test-permissions.yaml
@@ -14,6 +14,11 @@ jobs:
22
23
24
0 commit comments