Skip to content

Commit 5ffd039

Browse files
authored
Merge pull request #332 from ruedap/update-packages
v0.16.0
2 parents 35ae17b + cb8d299 commit 5ffd039

172 files changed

Lines changed: 3822 additions & 5763 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22

33
env:
44
CI: true
5-
NODE_VERSION: 16.x
5+
NODE_VERSION: 24.x
66

77
on:
88
- push
@@ -19,26 +19,15 @@ jobs:
1919
needs: prepare
2020
steps:
2121
- name: Clone repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
submodules: true
2525

2626
- name: Set up Node.js
27-
uses: actions/setup-node@v1
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: "${{ env.NODE_VERSION }}"
30-
31-
- name: Cache node modules
32-
uses: actions/cache@v2
33-
env:
34-
cache-name: cache-node-modules
35-
with:
36-
# npm cache files are stored in `~/.npm` on Linux/macOS
37-
path: ~/.npm
38-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
39-
restore-keys: |
40-
${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
41-
${{ runner.os }}-build-${{ env.cache-name }}-
30+
cache: 'npm'
4231

4332
- name: Install node modules
4433
run: npm ci

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.7.0
1+
24.14.0

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 24.14.0

emma.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Emma.css 0.15.1 | MIT License | https://git.io/emma */
1+
/*! Emma.css 0.16.0 | MIT License | https://git.io/emma */
22
.pos-s {
33
position: static !important;
44
}

0 commit comments

Comments
 (0)