Skip to content

Commit 1aa1a98

Browse files
authored
Merge pull request #22 from ngry-project/issue/21
fix(ci): use NodeJS v15 for `release` job
2 parents e901dac + 2497b9f commit 1aa1a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
with:
1818
persist-credentials: false
1919

20-
- name: Use Node.js 12
20+
- name: Use Node.js 15
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: 12
23+
node-version: 15
2424

2525
- name: Install dependencies
2626
run: npm ci

0 commit comments

Comments
 (0)