Skip to content

Commit 9020c19

Browse files
authored
Merge pull request #4 from enric11/main
Check week 2
2 parents 0b45d64 + 14510db commit 9020c19

File tree

12 files changed

+20605
-19549
lines changed

12 files changed

+20605
-19549
lines changed

.github/workflows/wdi5-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
uses: actions/setup-node@v2
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
cache: "npm"
27-
cache-dependency-path: "**/package-lock.json"
26+
# cache: "npm"
27+
# cache-dependency-path: "**/package-lock.json"
2828

2929
- name: install packages
30-
run: npm ci
30+
run: npm install
3131

3232
- name: run wdi5 tests
3333
run: npm run ci-test

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2022-06-15
10+
11+
### Added
12+
13+
- New test file for week 2 of the challenge.
14+
15+
## [1.0.1] - 2022-06-14
16+
17+
### Changed
18+
19+
- Disable cache and run standard `npm install` instead of `npm clean-install` in the GitHub action (automated testing).
20+
921
## [1.0.0] - 2022-06-08
1022

1123
### Added
1224

13-
- Initial release
25+
- Initial release

0 commit comments

Comments
 (0)