Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'
- uses: bahmutov/npm-install@v1
- name: Format
run: npm run format
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'
- uses: bahmutov/npm-install@v1
- name: Add key to allow access to repository
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '20.x'
cache: 'npm'
- uses: bahmutov/npm-install@v1
- name: Create and commit new version
Expand Down
33 changes: 1 addition & 32 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,35 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-GOT-2932019:
- '*':
reason: Unreachable as tool is used for static site generation
created: 2022-06-20T09:28:43.796Z
expires: 2023-05-04T16:15:19.065Z
SNYK-JS-TRIM-1017038:
- '*':
reason: Unreachable as tool is used for static site generation
created: 2022-01-18T14:54:43.796Z
expires: 2023-05-04T16:15:19.065Z
SNYK-JS-HTTPCACHESEMANTICS-3248783:
- '*':
reason: Unreachable as tool is used for static site generation
created: 2023-02-02T16:15:19.071Z
expires: 2023-05-04T16:15:19.065Z
SNYK-JS-JSON5-3182856:
- '*':
reason: Unreachable as tool is used for static site generation
created: 2023-02-02T16:15:19.071Z
expires: 2023-05-04T16:15:19.065Z
SNYK-JS-SIDEWAYFORMULA-3317169:
- '*':
reason: Unreachable as tool is used for static site generation
expires: 2023-03-23T11:26:23.186Z
created: 2023-02-21T11:26:23.194Z
SNYK-JS-WEBPACK-3358798:
- '*':
reason: Unreachable as tool is used for static site generation
expires: 2023-04-15T10:25:05.259Z
created: 2023-03-15T10:25:05.259Z
ignore: {}
patch: {}
Loading
Loading