Skip to content

Commit

Permalink
feat: upgraded to node v16 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Feb 22, 2023
1 parent dba8013 commit cf0fd15
Show file tree
Hide file tree
Showing 4 changed files with 40,743 additions and 15,096 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Nodejs
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 8
node-version: 16

- name: Install Dependencies
run: npm ci
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@ jobs:
release:
name: Release
runs-on: ubuntu-20.04
strategy:
matrix:
version: [12, 16]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
node-version: 16

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit cf0fd15

Please sign in to comment.