Skip to content

Commit 6a59965

Browse files
authored
Merge branch 'jonaskello:master' into patch-2
2 parents f327297 + 3a3d694 commit 6a59965

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Enforce Unix newlines
2+
* text=auto eol=lf

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup NodeJs
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: "lts/*"
20+
node-version: "18"
2121

2222
- name: Install Dependencies
2323
run: yarn install --frozen-lockfile
@@ -35,17 +35,17 @@ jobs:
3535
os:
3636
- "ubuntu-latest"
3737
node_version:
38-
- "12"
3938
- "14"
4039
- "16"
40+
- "18"
4141

4242
steps:
4343
- uses: actions/checkout@v1
4444

45-
- name: Use Node.js ${{ matrix.node-version }}
45+
- name: Use Node.js ${{ matrix.node_version }}
4646
uses: actions/setup-node@v1
4747
with:
48-
node-version: ${{ matrix.node-version }}
48+
node-version: ${{ matrix.node_version }}
4949

5050
- name: yarn install
5151
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)