Skip to content

Commit

Permalink
ci: lts/gallium
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino committed Aug 16, 2023
1 parent 015a2a2 commit b246e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Setup NodeJS and npm
uses: actions/setup-node@v3
with:
node-version: "lts/hydrogen"
node-version: "lts/gallium"
- name: Install yarn using npm
run: npm install -g yarn
- name: Setup NodeJS with yarn caching
uses: actions/setup-node@v3
with:
node-version: "lts/hydrogen"
node-version: "lts/gallium"
cache: "yarn"
- name: Install dependencies
run: yarn --prefer-offline --check-files
Expand Down

0 comments on commit b246e0a

Please sign in to comment.