Skip to content

Commit

Permalink
use node 16 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
unclekingpin committed Nov 5, 2023
1 parent 95761a5 commit ae55b78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Checkout
uses: actions/checkout@v2
- name: Install NPM dependencies
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Checkout
uses: actions/checkout@v2
- name: Install NPM Dependencies
Expand Down

0 comments on commit ae55b78

Please sign in to comment.