Skip to content

Commit

Permalink
clean up test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
minecrawler committed Feb 24, 2024
1 parent 4b67e69 commit c262798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: Automated build test

on:
push:
Expand All @@ -15,13 +15,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
},
"engines": {
"node": ">=16.20"
"node": ">=18"
},
"dependencies": {
"tslib": "^2"
Expand Down

0 comments on commit c262798

Please sign in to comment.