Skip to content

Commit 6d3c4fe

Browse files
committed
BLEH
1 parent c87ec60 commit 6d3c4fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
with:
1111
python-version: "3.x"
1212
- run: pip install codespell
13-
- run: codespell --ignore-words-list="groupt,nd,ot,claus" --skip="./yarn.lock"
13+
- run: codespell --ignore-words-list="groupt,nd,ot,claus,everytime" --skip="./yarn.lock"

.github/workflows/devskim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
lint:
1818
name: DevSkim
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
permissions:
2121
actions: read
2222
contents: read

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.14]
15+
node-version: [18]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717

1818
steps:

0 commit comments

Comments
 (0)