Skip to content

Commit

Permalink
feat: update runtime node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvinye committed Sep 1, 2022
1 parent 4a64bef commit 852773b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build
on: [ push ]
jobs:
build:
Expand All @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ '10.x', '12.x', '14.x' , '16.x', '18.x' ]
node: [ '12.x', '14.x' , '16.x', '18.x' ]
os: [ ubuntu-latest, windows-latest, macOS-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"module": "dist/oss-uploader.esm.js",
"typings": "dist/index.d.ts",
"engines": {
"node": ">=10"
"node": ">=12"
},
"scripts": {
"start": "tsdx watch",
Expand Down

0 comments on commit 852773b

Please sign in to comment.