Skip to content

Commit

Permalink
Update node to v20 and ubuntu to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
strtok committed Apr 6, 2024
1 parent 98f49a8 commit 58d049d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'

- name: Build wasm
run: |
Expand Down

0 comments on commit 58d049d

Please sign in to comment.