Skip to content

Commit b273cdd

Browse files
committed
📦 update packages
1 parent c9187ba commit b273cdd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '20'
18+
node-version: '19'
1919
cache: 'npm'
2020
- name: Cache dependencies
2121
uses: actions/cache@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '19'
2020
cache: 'npm'
2121
- name: Cache dependencies
2222
uses: actions/cache@v4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"type": "module",
77
"engines": {
8-
"node": "^20"
8+
"node": "^19"
99
},
1010
"scripts": {
1111
"build": "npm run build:browser & npm run build:server",

0 commit comments

Comments
 (0)