Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
deps: skuba 7.0.1 (#198)
Browse files Browse the repository at this point in the history
* deps: skuba 7.0.1

* Use Node 18

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tomas Bolger <[email protected]>
  • Loading branch information
renovate[bot] and tbolg authored Jul 25, 2023
1 parent 8c6e0a8 commit da31d0a
Show file tree
Hide file tree
Showing 5 changed files with 1,182 additions and 1,275 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up Node.js 16.x
- name: Set up Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3

- name: Set up Node.js 16.x
- name: Set up Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
13 changes: 0 additions & 13 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
# managed by skuba
.idea/*
.vscode/*

.cdk.staging/
.serverless/
cdk.out/
node_modules*/

/coverage*/
/dist*/
/lib*/
/tmp*/

# Gantry resource files support non-standard template syntax
/.gantry/**/*.yaml
/.gantry/**/*.yml
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"eslint": "8.28.0",
"skuba": "6.2.0",
"skuba": "7.0.1",
"typescript": "5.1.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit da31d0a

Please sign in to comment.