Skip to content

Commit

Permalink
upgrade to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Jan 4, 2022
1 parent c29ba4b commit 4a2b6b0
Show file tree
Hide file tree
Showing 2 changed files with 20,973 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Setup Node.js 14.x
- name: Setup Node.js 16.x
uses: actions/setup-node@master
with:
node-version: 14.x
node-version: 16.x

- name: Cache node modules
uses: actions/cache@v2
Expand Down

0 comments on commit 4a2b6b0

Please sign in to comment.