Skip to content

Commit

Permalink
Merge pull request #22 from ngry-project/issue/21
Browse files Browse the repository at this point in the history
fix(ci): use NodeJS v15 for `release` job
  • Loading branch information
avchugaev committed Sep 30, 2021
2 parents e901dac + 2497b9f commit 1aa1a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
persist-credentials: false

- name: Use Node.js 12
- name: Use Node.js 15
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 15

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 1aa1a98

Please sign in to comment.