Skip to content

Commit

Permalink
chore: update gh stable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jun 18, 2024
1 parent c63266b commit bdbc2d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ jobs:
if: true
runs-on: ubuntu-latest

permissions: write-all

steps:
- name: 'Checkout' # Download code from the repository
uses: actions/checkout@v2 # Public action
with:
fetch-depth: 0 # Checkout all branches and tags

- name: 'Use NodeJS 16' # Setup node using version 14
- name: 'Use NodeJS 18' # Setup node using version 14
uses: actions/setup-node@v2 # Public action
with:
node-version: '16.18.1'
node-version: '18.17.0'

- name: 'Setup [email protected]'
run: yarn global add [email protected] --ignore-engines
Expand Down

0 comments on commit bdbc2d7

Please sign in to comment.