Skip to content

Commit 92c0808

Browse files
committed
Update actions.
- Use Node.js 22.x for most jobs. - Rename workflow extension to .yaml.
1 parent 76cf794 commit 92c0808

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml renamed to .github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
node-version: [20.x]
11+
node-version: [22.x]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node-version }}
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 10
4242
strategy:
4343
matrix:
44-
node-version: [20.x]
44+
node-version: [22.x]
4545
bundler: [webpack, browserify]
4646
steps:
4747
- uses: actions/checkout@v4
@@ -62,7 +62,7 @@ jobs:
6262
timeout-minutes: 10
6363
strategy:
6464
matrix:
65-
node-version: [20.x]
65+
node-version: [22.x]
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Use Node.js ${{ matrix.node-version }}
@@ -78,7 +78,7 @@ jobs:
7878
timeout-minutes: 10
7979
strategy:
8080
matrix:
81-
node-version: [20.x]
81+
node-version: [22.x]
8282
steps:
8383
- uses: actions/checkout@v4
8484
- name: Use Node.js ${{ matrix.node-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
jsonld.js
22
=========
33

4-
[![Build status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/jsonld.js/main.yml)](https://github.com/digitalbazaar/jsonld.js/actions/workflows/main.yml)
4+
[![Build status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/jsonld.js/main.yaml)](https://github.com/digitalbazaar/jsonld.js/actions/workflows/main.yaml)
55
[![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/jsonld.js)](https://codecov.io/gh/digitalbazaar/jsonld.js)
66
[![npm](https://img.shields.io/npm/v/jsonld)](https://npm.im/jsonld)
77

0 commit comments

Comments
 (0)