Skip to content

Commit

Permalink
ci(node): Make CI run only in LST Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
xrutayisire committed Oct 30, 2023
1 parent 159e052 commit 4e838b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

name: Setup Node 16
description: Setup Node 16
name: Setup Node LTS
description: Setup Node LTS
runs:
using: composite
steps:
- name: Use Node.js 16
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
node-version: lts/*
registry-url: https://registry.npmjs.org

0 comments on commit 4e838b7

Please sign in to comment.