Skip to content

Commit

Permalink
ci(config): Update GitHub workflow's node and ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
ynishimura committed Dec 18, 2024
1 parent 313355a commit 5723b14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
- run: |
npm install
- run: |
Expand Down

0 comments on commit 5723b14

Please sign in to comment.