Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Jul 19, 2024
1 parent 10ee318 commit 6dd59ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node": {
"version": "22"
"version": "22.4"
},
"ghcr.io/devcontainers-contrib/features/corepack:1": {},
"ghcr.io/devcontainers-contrib/features/tsx:1": {}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
with:
run_install: false

- name: Use Node.js 22
- name: Use Node.js 22.4
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '22.4'
cache: 'pnpm'

- name: Install dependencies
run: pnpm install

- name: Package application
run: pnpm run package
run: pnpm run package && ls -la

- name: list files
run: ls -lah out
run: ls -lah . && ls -lah out

# - name: Run tests
# uses: coactions/setup-xvfb@v1
Expand Down

0 comments on commit 6dd59ff

Please sign in to comment.