This commit is contained in:
@@ -3,7 +3,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Nodejs
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- run: npm run build
|
||||
|
||||
Deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-docker
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user