Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Pin node version to previous LTS (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo committed May 1, 2024
1 parent 944dfc3 commit 0349a95
Show file tree
Hide file tree
Showing 4 changed files with 2,273 additions and 1,391 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up node env
uses: actions/setup-node@v4
with:
node-version: current
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm i && npm i --save-dev jsdoc
Expand Down Expand Up @@ -58,12 +58,12 @@ jobs:
path: ${{ github.workspace }}/demo/output
merge-multiple: true
- name: Set up BrowserStack env
uses: clean-jsdoc/github-actions/setup-env@963f81eba6d574e37a9955fb27c6524695807f44
uses: clean-jsdoc/github-actions/setup-env@6d3e62e2f2cbe535056fc26a6068739d44df091b
with:
username: ${{ secrets.BROWSERSTACK_USERNAME }}
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
- name: Start BrowserStackLocal Tunnel
uses: clean-jsdoc/github-actions/setup-local@963f81eba6d574e37a9955fb27c6524695807f44
uses: clean-jsdoc/github-actions/setup-local@6d3e62e2f2cbe535056fc26a6068739d44df091b
with:
local-testing: start
local-logging-level: false
Expand All @@ -77,6 +77,6 @@ jobs:
npm run bs
npm run bs:safari
- name: Stop BrowserStackLocal
uses: clean-jsdoc/github-actions/setup-local@963f81eba6d574e37a9955fb27c6524695807f44
uses: clean-jsdoc/github-actions/setup-local@6d3e62e2f2cbe535056fc26a6068739d44df091b
with:
local-testing: stop
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up node env
uses: actions/setup-node@v4
with:
node-version: current
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm i && npm i --save-dev jsdoc
Expand Down

0 comments on commit 0349a95

Please sign in to comment.