Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex authored Nov 6, 2023
1 parent 66d78a0 commit 0089bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '**.md'
pull_request:
branches: [ develop ]
paths-ignore:
- '**.md'

jobs:
build:
Expand All @@ -19,7 +21,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- uses: actions/cache@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0089bff

Please sign in to comment.