Skip to content

Commit

Permalink
Merge pull request #141 from howard-e/main
Browse files Browse the repository at this point in the history
Pin `main.yml` rollup dependency to maintain node 12 support
  • Loading branch information
iadawn authored Dec 23, 2023
2 parents 1a2d00d + 50355d9 commit 6f1c224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js '12.x'
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12.x'
- run: npm install
- run: npm install --global rollup
- run: npm install --global rollup@2.79.1
- run: export BASEPATH='/WAI/eval/report-tool' && npm run clean:build && rollup -c
- run: cd build && ln -s index.html 404.html # symlink for GH pages fallback
- name: Deploy 🚀
Expand Down

0 comments on commit 6f1c224

Please sign in to comment.