Skip to content

Commit

Permalink
CI: use Node.js LTS for E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Apr 17, 2022
1 parent da8a6f4 commit 9855acf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
run: |
git clone --depth 1 --branch master https://github.com/jesec/flood.git .
- name: Use Node.js 15
uses: actions/setup-node@v1
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 15
node-version: lts/*

- run: npm ci --no-optional
- run: npm run build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ jobs:
run: |
git clone --depth 1 --branch master https://github.com/jesec/flood.git .
- name: Use Node.js 15
uses: actions/setup-node@v1
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 15
node-version: lts/*

- run: npm ci --no-optional
- run: npm run build
Expand Down

0 comments on commit 9855acf

Please sign in to comment.