Skip to content

Commit

Permalink
ci: update wrokflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 18, 2023
1 parent 0c4ed3d commit 97e3fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:

jobs:
Build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- run: node build.js
- run: mkdir -p www
Expand Down

0 comments on commit 97e3fd4

Please sign in to comment.