Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
DATASTORE_PROJECT_ID: project-test
DATASTORE_EMULATOR_HOST: datastore:8081
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: Install dependencies
run: npm install
- name: Run integraton tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
DATASTORE_PROJECT_ID: project-test
DATASTORE_EMULATOR_HOST: datastore:8081
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: Install dependencies
run: npm install
- name: Run integraton tests
Expand All @@ -28,7 +28,7 @@ jobs:
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@master
uses: actions/checkout@v3.1.0
- name: Set up Node.js
uses: actions/setup-node@master
with:
Expand Down