We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c233f1 commit 09dc9c9Copy full SHA for 09dc9c9
.github/workflows/deno.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- deno: [ '1.x' ]
+ deno: [ '2.x', '1.x' ]
15
# os: [ubuntu-latest, windows-latest, macOS-latest]
16
os: [ubuntu-latest]
17
steps:
package.json
@@ -45,7 +45,7 @@
45
"eslint-plugin-require-path-exists": "1.1.9",
46
"eslint-plugin-standard": "5.0.0",
47
"expect.js": "0.3.1",
48
- "i18next": "23.16.6",
+ "i18next": "23.16.8",
49
"json-server": "0.17.4",
50
"json5": "2.2.3",
51
"jsonc-parser": "3.3.1",
0 commit comments