Skip to content

Commit

Permalink
ci: use node LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed May 10, 2024
1 parent d5f64a9 commit 65999e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Use Node.js 18.8.x
- name: Use Node.js LTS versions
uses: actions/setup-node@v3
with:
# use node 18.8.x until Agoric/agoric-sdk#8636
node-version: "18.8.x"
node-version: ['18.x', '20.x']
- name: yarn install
run: yarn
- name: yarn lint
Expand Down

0 comments on commit 65999e9

Please sign in to comment.