Skip to content

Commit

Permalink
chore: upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
vanthome committed Apr 18, 2024
1 parent 5c18efc commit b735303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: [push, workflow_dispatch]

jobs:
pages:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup nodejs
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- name: Build
run: npm install && npm run build
Expand Down

0 comments on commit b735303

Please sign in to comment.