Skip to content

Commit

Permalink
Update release CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Mar 20, 2024
1 parent 103d8c1 commit 51db950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Release
Expand Down

0 comments on commit 51db950

Please sign in to comment.