Skip to content

Commit

Permalink
Always use lts
Browse files Browse the repository at this point in the history
  • Loading branch information
xylo04 committed Nov 15, 2023
1 parent 799d2b6 commit ac13b68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '16'
node-version: 'lts/*'

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 'lts/*'

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 'lts/*'

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node
lts/*

0 comments on commit ac13b68

Please sign in to comment.