Skip to content

Commit

Permalink
update node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarropy-atlassian committed Aug 4, 2023
1 parent 5b1c797 commit cbb4ce4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "πŸ“š checkout"
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.3
- name: "🟒 node"
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.7.0
with:
node-version: 14
node-version: 19
registry-url: https://registry.npmjs.org/
- name: "πŸ“¦ install"
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "πŸ“š checkout"
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.3
- name: "🟒 node"
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.7.0
with:
node-version: 14
node-version: 19
registry-url: https://registry.npmjs.org/
- name: "πŸ“¦ install"
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "πŸ“š checkout"
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.3
- name: "🟒 node"
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.7.0
with:
node-version: 14
node-version: 19
registry-url: https://registry.npmjs.org/
- name: "πŸ“¦ install"
run: npm ci
Expand Down

0 comments on commit cbb4ce4

Please sign in to comment.