Skip to content

Commit d31a077

Browse files
committed
Bump deps; related adjustments
1 parent cd10b7d commit d31a077

File tree

6 files changed

+2839
-7739
lines changed

6 files changed

+2839
-7739
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"plugins": [
3-
["@babel/plugin-proposal-unicode-property-regex", { "useUnicodeFlag": false }],
3+
["@babel/plugin-transform-unicode-property-regex", { "useUnicodeFlag": false }],
44
[
55
"@babel/plugin-transform-runtime",
66
{

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: Node.js CI
2-
3-
on: [push]
4-
2+
on:
3+
- push
4+
- pull_request
55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
108
steps:
11-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1210
- name: Use Node.js
13-
uses: actions/setup-node@v4
11+
uses: actions/setup-node@v6
1412
with:
15-
node-version: '20'
13+
node-version: 20
1614
- run: npm install
1715
- run: npm test

0 commit comments

Comments
 (0)