mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
update actions to use node 15
This commit is contained in:
parent
56b109cc01
commit
d69c825555
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "15"
|
||||
|
||||
- name: Build Webpack
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/webpack-test.yml
vendored
2
.github/workflows/webpack-test.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "15"
|
||||
|
||||
- name: Test-Build Webpack
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue