Skip to content

Commit

Permalink
fix: github action node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Sep 10, 2021
1 parent 4c3394e commit 6fdf60a
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 @@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node_version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 6fdf60a

Please sign in to comment.