Skip to content

Commit 08fa32f

Browse files
authored
chore: bump dependencies + fix documentation (#61)
* bump deps * update version number to reflect v1.2.0
1 parent 8f1998e commit 08fa32f

File tree

12 files changed

+104939
-103892
lines changed

12 files changed

+104939
-103892
lines changed

.github/workflows/check-dist.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

22-
- name: Use Node.js 16.x
23-
uses: actions/setup-node@v2.5.1
22+
- name: Use Node.js 23.x
23+
uses: actions/setup-node@v4.1.0
2424
with:
25-
node-version: 16.x
25+
node-version: 23.x
2626

2727
- name: Install dependencies
2828
run: npm ci
@@ -40,7 +40,7 @@ jobs:
4040
id: diff
4141

4242
# If index.js was different than expected, upload the expected version as an artifact
43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v4
4444
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4545
with:
4646
name: dist

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v23.4.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Foundry project
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
2121

@@ -133,4 +133,4 @@ $ npm ci
133133
$ npm run build
134134
```
135135

136-
You **have** to use Node.js 20.x.
136+
You **have** to use Node.js 23.x.

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Releasing
22

3-
- Make sure the dist folder is up to date (run `npm build` and make sure there is no diff)
3+
- Make sure the dist folder is up to date (run `npm run build` and make sure there is no diff)
44
- Create a new tag (`vx.y.z`) and push it (or create it through GitHub)
55
- Publish a new GitHub release, ensuring "Publish to GitHub Marketplace" is checked
66
- **Important**: You should also move the `vx` tag to the new release. For example, if you are releasing a `v1.y.z` version, also move the `v1` tag to the same commit.

dist/index.js

Lines changed: 47519 additions & 47504 deletions
Large diffs are not rendered by default.

dist/index.js.map

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

dist/save/index.js

Lines changed: 56638 additions & 56101 deletions
Large diffs are not rendered by default.

dist/save/index.js.map

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

dist/save/sourcemap-register.js

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

dist/sourcemap-register.js

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

0 commit comments

Comments
 (0)