Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Building..
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Building..
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -23,9 +23,10 @@ jobs:
npm install
npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<h1 align="center"><img align="center" height="128" src="public/logo.png" alt="logo"> Steam Enchanter</h1>
<h1 align="center"><img align="center" height="128" src="public/icon.png" alt="logo"> Steam Enchanter</h1>

This is extension of Google Chrome browsers for [Steam](https://store.steampowered.com) users. Automate processes for getting badges.

---
[![store](https://img.shields.io/chrome-web-store/v/ddjjembcdeddfaebkemgchgfbabbkppl)](https://chrome.google.com/webstore/detail/steam-enchanter/ddjjembcdeddfaebkemgchgfbabbkppl)
[![rating](https://img.shields.io/chrome-web-store/rating/ddjjembcdeddfaebkemgchgfbabbkppl)](https://chrome.google.com/webstore/detail/steam-enchanter/ddjjembcdeddfaebkemgchgfbabbkppl)


[![codecov](https://codecov.io/gh/BigTows/Steam-Enchanter/branch/main/graph/badge.svg?token=S3ZP1I7M06)](https://codecov.io/gh/BigTows/Steam-Enchanter)
## Features

Expand Down
Loading
Loading