Skip to content

Commit

Permalink
change node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Dec 9, 2023
1 parent 60b3ab7 commit 24d0f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: TEST

# Controls when the action will run.
on:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16

# Runs a single command using the runners shell
- name: Install dependencies
Expand Down

0 comments on commit 24d0f58

Please sign in to comment.