Skip to content

Commit

Permalink
Merge pull request #155 from AkshitMital/rename_github_action
Browse files Browse the repository at this point in the history
Fix "[project] Rename the Github Action: node.js.yml #150" and "[project] Remove the node-18.x from CI Github Action #149"
  • Loading branch information
GabrielCTroia authored Oct 16, 2023
2 parents 1d67dbf + ec958c8 commit 37aeac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Tests

on:
push:
Expand All @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 37aeac5

Please sign in to comment.