Skip to content

Commit

Permalink
Bump node from 16.16.0 to 16.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Sep 12, 2022
1 parent 15221f9 commit 286d079
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- name: check npm ci
run: npm ci
Expand All @@ -30,7 +30,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- name: npm ci
run: npm ci
Expand All @@ -48,7 +48,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- name: npm ci
run: npm ci
Expand All @@ -66,7 +66,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- name: npm ci
run: npm ci
Expand All @@ -84,7 +84,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- uses: actions/cache@v3
with:
Expand All @@ -108,7 +108,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- name: npm ci
run: npm ci
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- name: npm ci
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 16.17.0
cache: npm
- run: npm ci
env:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.17.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}
},
"engines": {
"node": "^16.16.0",
"node": "^16.17.0",
"npm": "^8.5.0"
}
}

0 comments on commit 286d079

Please sign in to comment.