Skip to content

Commit

Permalink
Use node lts in build
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Jun 6, 2024
1 parent 6458cfc commit b43db51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Env
run: |
Expand Down Expand Up @@ -62,6 +64,8 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Install
run: npm i
Expand Down

0 comments on commit b43db51

Please sign in to comment.