mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
chore: update CI node version
This commit is contained in:
parent
b9a9f46170
commit
2dd2b54ff7
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 13.7.0
|
||||
node-version: 14.0.0
|
||||
|
||||
- name: Install Dependencies
|
||||
uses: bahmutov/npm-install@v1
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [13.7.0]
|
||||
node-version: [14.0.0]
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user