Skip to content

Commit

Permalink
new tab, uograde actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timbl committed Oct 28, 2024
1 parent b1bb05b commit bef0693
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 34,120 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- 18.x

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 16.x
- uses: rlespinasse/[email protected]
Expand Down
Loading

0 comments on commit bef0693

Please sign in to comment.