mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 20:03:31 +03:00
Bump node version to 16.
This commit is contained in:
parent
d675b2c13f
commit
d326317e0f
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -13,10 +13,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js 14
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
# Re-use node_modules between runs until package-lock.json changes.
|
||||
- name: Cache node_modules
|
||||
id: cache-node_modules
|
||||
@ -105,10 +105,10 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js 14
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
# Re-use node_modules between runs until package-lock.json changes.
|
||||
- name: Cache node_modules
|
||||
id: cache-node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user