Skip to content

Commit

Permalink
update dependencies and prepare 0.8.0 (#32)
Browse files Browse the repository at this point in the history
* update dependencies

* fix tests

* 0.8.0

* switch to l10n
  • Loading branch information
aeschli authored Jul 1, 2024
1 parent 404bf35 commit 593af18
Show file tree
Hide file tree
Showing 6 changed files with 1,575 additions and 3,768 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Install root project dependencies
run: npm install
- name: Build and run tests
Expand Down
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch via NPM",
"request": "launch",
"runtimeArgs": [
"test"
"name": "Run Tests",
"program": "${workspaceFolder}/node_modules/.bin/ava",
"args": [
"./lib/test/test.js"
],
"runtimeExecutable": "npm",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
"type": "node"
}
]
}
Loading

0 comments on commit 593af18

Please sign in to comment.