Skip to content

Commit

Permalink
Sticky node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 25, 2023
1 parent 526e0fb commit cddab7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: install
run: npm install
- name: XO
Expand All @@ -18,6 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: install
run: npm install
- name: build
Expand All @@ -29,6 +35,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: install
run: npm install
- name: build
Expand All @@ -38,6 +47,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: install
run: npm install
- run: npm run build
Expand Down

0 comments on commit cddab7a

Please sign in to comment.