Skip to content

Commit

Permalink
ci: bump node version in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shywim committed Oct 12, 2021
1 parent 7876c51 commit 3cc25a7
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 @@ -22,10 +22,10 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Use Node.js 12.10
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: "12.10"
node-version: "12"
registry-url: "https://npm.pkg.github.com"

- run: yarn install --pure-lockfile
Expand Down

0 comments on commit 3cc25a7

Please # to comment.