We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11689f1 + 573717d commit e34cd90Copy full SHA for e34cd90
3 files changed
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
- uses: actions/setup-node@v4
26
with:
27
- node-version: '20.x'
+ node-version: '22.x'
28
cache: "npm"
29
- run: npm ci
30
- run: npm run build
.nvmrc
@@ -1 +1 @@
1
-v18.19.0
+v22.12.0
rollup.config.mjs
@@ -1,5 +1,5 @@
/* eslint-env node */
2
-import pkg from './package.json' assert { type: 'json' };
+import pkg from './package.json' with { type: 'json' };
3
import esbuild from 'rollup-plugin-esbuild';
4
import dts from 'rollup-plugin-dts';
5
import { nodeResolve } from '@rollup/plugin-node-resolve';
0 commit comments