Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Bump actions versions
  • Loading branch information
dqunbp authored Jan 10, 2024
1 parent 2c68a06 commit f1c393b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4.0.1
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm run ci:test -- --coverage
- name: Codecov
uses: codecov/codecov-action@v1.0.13
uses: codecov/codecov-action@v4.0.0-beta.3
with:
name: Coverage report
token: ${{ secrets.CODE_COVERAGE_TOKEN }}
Expand Down

0 comments on commit f1c393b

Please sign in to comment.