Skip to content

Commit 99ba500

Browse files
committed
chore(deps): node 22.22.2, bump all dev dependencies
1 parent 31a2676 commit 99ba500

5 files changed

Lines changed: 227 additions & 226 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646

4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v4
49+
uses: actions/deploy-pages@v5

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 22.22.1
1+
nodejs 22.22.2

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
// Extension Settings
3131
"eslint.enable": true,
3232
"eslint.format.enable": false, // formatting is handled by prettier
33+
"eslint.runtime": "/Users/charles.harwood/.local/share/mise/installs/node/22.22.2/bin/node",
3334
"prettier.enable": true,
3435
"jest.shell": "zsh"
3536
}

0 commit comments

Comments
 (0)