Skip to content

Commit 9cb26ea

Browse files
committed
Update GitHub Actions CI config.
1 parent 00fd8a0 commit 9cb26ea

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
os: [ubuntu-latest, macos-latest]
1010
node: ["12", "14", "16", "17"]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Setup Node.js v${{ matrix.node }}
14-
uses: actions/setup-node@v2
14+
uses: actions/setup-node@v3
1515
with:
1616
node-version: ${{ matrix.node }}
1717
- name: npm install and test

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
- Updated dev dependencies.
1616
- Simplified dev dependencies and config for ESLint.
17+
- Updated GitHub Actions CI config.
1718
- Fixed issues with GraphQL result related types from `types.mjs`.
1819
- Improved various JSDoc descriptions.
1920
- Improved the types relating to the `Deferred` class used in tests.

0 commit comments

Comments
 (0)